From 40191ad6d40296824ab5debde1945c923389020d Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 18 五月 2022 08:43:54 +0800 Subject: [PATCH] 'lct' --- config/dev.env.js | 10 +++++++--- src/views/doublePreventAction/riskLevelManage/analyseUnit/index.vue | 9 ++++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index c0ab91e..dede865 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -22,10 +22,14 @@ // 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://localhost:8006"', - IMG_API: '"http://localhost:8006/upload/"', - NANO_API: '"http://localhost:8006/nanoweb"', + 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"', ZT_API:'"http://123.56.127.115:8011"' + // BASE_API: '"http://localhost:8006"', + // IMG_API: '"http://localhost:8006/upload/"', + // NANO_API: '"http://localhost:8006/nanoweb"', + // ZT_API:'"http://123.56.127.115:8011"' // BASE_API: '"http://220.171.99.118:4101/api"', // IMG_API: '"http://220.171.99.118:4101/api/upload/"', // BASE_API: '"http://112.86.23.31:8006"', diff --git a/src/views/doublePreventAction/riskLevelManage/analyseUnit/index.vue b/src/views/doublePreventAction/riskLevelManage/analyseUnit/index.vue index a0c4b61..6254c68 100644 --- a/src/views/doublePreventAction/riskLevelManage/analyseUnit/index.vue +++ b/src/views/doublePreventAction/riskLevelManage/analyseUnit/index.vue @@ -92,7 +92,14 @@ </el-select> </el-form-item> <el-form-item label="责任人" prop="hazardLiablePerson"> - <el-input v-model="analyseUnitForm.hazardLiablePerson" class="analyseUnit_input"></el-input> + <el-select v-model="analyseUnitForm.hazardLiablePerson" class="analyseUnit_input"> + <el-option + v-for="item in userList" + :key="item.id" + :label="item.realname" + :value="item.realname" + ></el-option> + </el-select> </el-form-item> <el-form-item label="安全风险分析对象编码" prop="hazardCode"> <el-input v-model="analyseUnitForm.hazardCode" class="analyseUnit_input"></el-input> -- Gitblit v1.9.2