From f7cb5cbcc0d29f832c5d203299e0791fafd6c8e7 Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Fri, 31 May 2024 18:05:19 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/adjudicaterecordDialog.vue | 16 ++++++++-------- .../components/caseentryDialog.vue | 10 ++++++++-- vue.config.js | 4 ++-- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/views/caseManagement/components/adjudicaterecordDialog.vue b/src/views/caseManagement/components/adjudicaterecordDialog.vue index cd01e3d..64ef9a4 100644 --- a/src/views/caseManagement/components/adjudicaterecordDialog.vue +++ b/src/views/caseManagement/components/adjudicaterecordDialog.vue @@ -34,7 +34,7 @@ - + - + - + diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue index c7e3466..04437a0 100644 --- a/src/views/caseManagement/components/caseentryDialog.vue +++ b/src/views/caseManagement/components/caseentryDialog.vue @@ -1453,10 +1453,10 @@ export default { "YYYY-MM-DD HH:mm:ss" ); if (valid) { - this.loadingSubmit = true; this.$refs["form2"].validate((valid) => { if (valid) { this.$refs["form3"].validate((vail) => { + this.loadingSubmit = true; if (vail) { this.$set(this.formData, "affiliate", { applicant: [], res: [] }); this.$set(this.formData.affiliate, "applicant", this.form2.applicant); @@ -1468,7 +1468,13 @@ export default { // "YYYY-MM-DD HH:mm:ss" // ); if (this.formData.id) { - this.formData['columnValues'] = this.formGrab.list + this.formData['columnValues'] = this.formGrab.list; + this.formData.affiliate.applicant.forEach(item => { + item.applicantAgent.roleType = 2 + }) + this.formData.affiliate.res.forEach(item => { + item.resAgent.roleType = 4 + }) addCaseApply({ ...this.formData, affiliate: this.formData.affiliate, diff --git a/vue.config.js b/vue.config.js index 4dfaf9c..b18871e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,8 +11,8 @@ 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:8001' //测试 +const API = 'http://121.40.189.20:9001' //生产 + // const API = 'http://121.40.189.20:8001' //测试 // const API = 'http://172.16.1.26:8001' //Bs // const API = 'http://192.168.3.77:9001' //Q // const API = 'http://172.16.0.241:8001' //W