From 5806da03842c4841321062701ec6db3adca5df73 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 13 十月 2022 09:42:53 +0800 Subject: [PATCH] 更新 --- .env.development | 4 ++-- src/views/specialWorkSystem/workTicket/myJobApply/index.vue | 1 + src/views/specialWorkSystem/foundationSet/material/index.vue | 2 +- src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index d739dab..5af9ff3 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ # 本地环境 ENV = 'development' -VITE_API_URL = 'http://192.168.0.35:8008' +#VITE_API_URL = 'http://192.168.0.35:8008' #李宇飞接口地址 #VITE_API_URL = 'http://192.168.0.50:8008' @@ -16,7 +16,7 @@ #VITE_API_URL = 'http://192.168.0.69:8008' #戚会山接口地址 -#VITE_API_URL = 'http://121.239.169.27:16006/safeplatform' +VITE_API_URL = 'http://121.239.169.27:16006/safeplatform' #线上正式环境接口地址 #VITE_API_URL_OUT = 'http://121.239.169.27:16006/safeplatform-out' diff --git a/src/views/specialWorkSystem/foundationSet/material/index.vue b/src/views/specialWorkSystem/foundationSet/material/index.vue index 93ea978..029f20d 100644 --- a/src/views/specialWorkSystem/foundationSet/material/index.vue +++ b/src/views/specialWorkSystem/foundationSet/material/index.vue @@ -292,7 +292,7 @@ import type { FormInstance, FormRules } from 'element-plus' import { teamManageApi } from '/@/api/systemManage/basicDateManage/personShiftManage/teamManage'; import { materialApi } from '/@/api/specialWorkSystem/material'; -import {a} from "pinia-plugin-persistedstate/dist/types-374a3a36"; + // 定义接口来定义对象的类型 interface stateType { diff --git a/src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue b/src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue index 8d9185e..412c57b 100644 --- a/src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue +++ b/src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue @@ -185,8 +185,8 @@ { id: 3, name: '分析人' } ], auditTypeList: [ - { id: 0, name: '单审' }, - { id: 1, name: '会审' }, + { id: 1, name: '单审' }, + { id: 2, name: '会审' }, ], approveTypeList: [ { id: 1, name: '数值' }, diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/index.vue b/src/views/specialWorkSystem/workTicket/myJobApply/index.vue index eadb500..547ecef 100644 --- a/src/views/specialWorkSystem/workTicket/myJobApply/index.vue +++ b/src/views/specialWorkSystem/workTicket/myJobApply/index.vue @@ -15,6 +15,7 @@ :value="item.id" /> </el-select> + <el-button type="primary" @click="searchRecord">查询</el-button> <el-button plain @click="clearSearch">重置</el-button> </div> -- Gitblit v1.9.2