From 0733c67999995337935839e40956baa458fe58ae Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Mon, 4 Mar 2024 09:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B60304?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseManagement/components/mediation.vue | 12 ++++++------ vue.config.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/caseManagement/components/mediation.vue b/src/views/caseManagement/components/mediation.vue index 15bd27e..a3ddb2a 100644 --- a/src/views/caseManagement/components/mediation.vue +++ b/src/views/caseManagement/components/mediation.vue @@ -46,7 +46,7 @@ - + 达成调解 未达成调解 未达成调解但不在争议 @@ -119,7 +119,7 @@ 取 消 提 交 @@ -170,7 +170,8 @@ export default { fileList: [], attachList: [], isSecretaryRole: true, - loadingSubmit: false + loadingSubmit: false, + selectRoido:true }; }, watch: { @@ -200,8 +201,8 @@ export default { userId: this.userId }).then(res => { this.isSecretaryRole = res.data.isSecretaryRole; - if(this.recordArrMediate){ - this.isSecretaryRole = false + if(this.recordArrMediate.length > 0){ + this.selectRoido = false } }) }, @@ -257,7 +258,6 @@ export default { caseApplicationSelectById({ id: this.mediationData.id }).then(res => { - console.log(res) res.data.caseAttachList.forEach(item => { if (item.annexType == 6) { this.recordArr.push(item); diff --git a/vue.config.js b/vue.config.js index 2ebd088..1ca6db1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,7 @@ const name = process.env.VUE_APP_TITLE || '调解系统' // 网页标题 const port = process.env.port || process.env.npm_config_port || 80 // 端口 // const API = 'http://121.40.189.20:9001' //生产 -const API = 'http://121.40.189.20:7001' //测试 +const API = 'http://121.40.189.20:6001' //测试 // const API = 'http://192.168.3.18:6001' //B // const API = 'http://172.16.0.237:6001' //Q // const API = 'http://172.16.1.43:6001' //w