Your Name
2022-10-13 5806da03842c4841321062701ec6db3adca5df73
更新
已修改4个文件
11 ■■■■ 文件已修改
.env.development 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/foundationSet/material/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/myJobApply/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.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'
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 {
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: '数值' },
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>