From 981a6d7d77e6465d8afa4facfbdda84546249db3 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 11 七月 2022 18:55:19 +0800
Subject: [PATCH] lct
---
src/views/doublePreventAction/riskLevelManage/controlAction/index.vue | 1 -
config/dev.env.js | 32 ++++++++++++++++----------------
src/views/systemManage/userManage/index.vue | 2 +-
3 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/config/dev.env.js b/config/dev.env.js
index 613dfcc..aa7a368 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -8,24 +8,24 @@
// BASE_API: '"http://222.92.213.22:8006/zhongtai"',
// IMG_API: '"http://222.92.213.22:8006/zhongtai/upload/"',
//
- // BASE_API: '"https://sinanoaq.cn:8100"',
- // BASE_API: '"http://127.0.0.1:8100"',
- // IMG_API: '"http://127.0.0.1:8100/upload/"',
- // BASE_API: '"http://192.168.0.35:8100"',
- // IMG_API: '"http://127.0.0.1:8100/upload/"',
- // IMG_API: '"https://sinanoaq.com:8100/upload/"',
- // BASE_API: '"http://220.171.99.118:4100"',
- // IMG_API: '"http://220.171.99.118:4100/upload/"',
- // BASE_API: '"http://192.168.0.35:8006"',
- // IMG_API: '"http://192.168.0.35:8006/upload/"',
+ // BASE_API: '"https://sinanoaq.cn:8100"',
+ // BASE_API: '"http://127.0.0.1:8100"',
+ // IMG_API: '"http://127.0.0.1:8100/upload/"',
+ // BASE_API: '"http://192.168.0.35:8100"',
+ // IMG_API: '"http://127.0.0.1:8100/upload/"',
+ // IMG_API: '"https://sinanoaq.com:8100/upload/"',
+ // BASE_API: '"http://220.171.99.118:4100"',
+ // IMG_API: '"http://220.171.99.118:4100/upload/"',
+ // BASE_API: '"http://192.168.0.35:8006"',
+ // IMG_API: '"http://192.168.0.35:8006/upload/"',
- BASE_API: '"http://192.168.0.8:8006"',
- IMG_API: '"http://192.168.0.8:8006/upload/"',
+ // BASE_API: '"http://192.168.0.8:8006"',
+ // IMG_API: '"http://192.168.0.8:8006/upload/"',
- // BASE_API: '"http://192.168.0.35:8006"',
- // IMG_API: '"http://192.168.0.35:8006/upload/"',
- // BASE_API: '"http://192.168.0.62:8006"',
- // IMG_API: '"http://192.168.0.62:8006/upload/"',
+ BASE_API: '"http://192.168.0.35:8006"',
+ IMG_API: '"http://192.168.0.35:8006/upload/"',
+ // BASE_API: '"http://192.168.0.62:8006"',
+ // IMG_API: '"http://192.168.0.62:8006/upload/"',
// BASE_API: '"http://222.92.213.22:8006/zhongtai"',
// IMG_API: '"http://222.92.213.22:8006/zhongtai/upload/"',
// NANO_API: '"http://222.92.213.22:8006/nanoweb"',
diff --git a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
index aab890d..92f2af4 100644
--- a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
+++ b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
@@ -244,7 +244,6 @@
riskMeasureDesc: [{ required: true, message: '管控方式描述不能为空', trigger: 'blur' }],
classify1: [{ required: true, message: '管控措施分类1不能为空', trigger: 'change' }],
classify2: [{ required: true, message: '管控措施分类2不能为空', trigger: 'change' }],
- classify3: [{ required: true, message: '管控措施分类3不能为空', trigger: 'blur' }],
troubleshootContent: [{ required: true, message: '隐患排查内容不能为空', trigger: 'change' }],
timeEffect: [{ required: true, message: '周期不能为空', trigger: 'blur' }],
timeUnit: [{ required: true, message: '单位不能为空', trigger: 'change' }],
diff --git a/src/views/systemManage/userManage/index.vue b/src/views/systemManage/userManage/index.vue
index 44c892c..d4f0ec4 100644
--- a/src/views/systemManage/userManage/index.vue
+++ b/src/views/systemManage/userManage/index.vue
@@ -365,7 +365,7 @@
<el-option
v-for="item in departmentList"
:key="item.id"
- :value="item.department"
+ :value="item.id"
:label="item.department"
>
</el-option>
--
Gitblit v1.9.2