From 8b71e26f57bd346b319046d490fe7b6b166fdc1f Mon Sep 17 00:00:00 2001 From: gyj Date: Tue, 5 Mar 2024 14:58:10 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../caseManagement/components/addCase.vue | 40 +++++++++++++++---- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/src/views/caseManagement/components/addCase.vue b/src/views/caseManagement/components/addCase.vue index 6d1da3c..75cc0f5 100644 --- a/src/views/caseManagement/components/addCase.vue +++ b/src/views/caseManagement/components/addCase.vue @@ -138,6 +138,13 @@ 机构 + + +
+
+
申请人
+
+
- - - + + +
+
+
代表人
+
+
+ + +
+
+
被申请人
+
+
- - - + - + -
-
代表人
+
代理人
From fc0272dca0f2e3255b66e72531f5541e6aa33e4d Mon Sep 17 00:00:00 2001 From: hhl123456789 <3118891075@qq.com> Date: Tue, 5 Mar 2024 16:29:54 +0800 Subject: [PATCH 3/4] =?UTF-8?q?'3.5=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseManagement/components/selectMediator.vue | 10 ++++++++-- src/views/index.vue | 7 +++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/caseManagement/components/selectMediator.vue b/src/views/caseManagement/components/selectMediator.vue index 438746f..e7b9336 100644 --- a/src/views/caseManagement/components/selectMediator.vue +++ b/src/views/caseManagement/components/selectMediator.vue @@ -47,8 +47,15 @@ export default { watch: { mediatorVisable(val) { if (val) { - listMediator().then(res=>{ + listMediator({caseAppliId: this.mediatorData.id}).then(res=>{ this.tableData = res.data; + this.tableData.forEach((item)=> { + if (item.echoFlag) { + this.$nextTick(()=>{ + this.$refs.multipleTable.toggleRowSelection(item, true); + }) + } + }) }) } } @@ -88,7 +95,6 @@ export default { }, handleSelectionChange(val) { this.multipleSelection = val; - // console.log(this.multipleSelection,"LLLLLLLLLLLLLLLLL"); } }, }; diff --git a/src/views/index.vue b/src/views/index.vue index ab18aba..6f671ce 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -35,6 +35,13 @@ export default { iconHead: process.env.VUE_APP_BASE_API }; }, + watch: { + $route(val) { + if (val) { + this.gettodoCount(); + } + } + }, created() { this.gettodoCount(); }, From 72ced8108b2e4c95a14e01171dc066e24b4456ee Mon Sep 17 00:00:00 2001 From: hhl123456789 <3118891075@qq.com> Date: Tue, 5 Mar 2024 17:40:42 +0800 Subject: [PATCH 4/4] =?UTF-8?q?'=E5=9B=BE=E6=A0=87=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseprocessManagement/components/addNodeprocess.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/caseprocessManagement/components/addNodeprocess.vue b/src/views/caseprocessManagement/components/addNodeprocess.vue index 3262ea1..cdd6672 100644 --- a/src/views/caseprocessManagement/components/addNodeprocess.vue +++ b/src/views/caseprocessManagement/components/addNodeprocess.vue @@ -97,11 +97,13 @@ export default { addvisiable(val) { if (val) { this.ruleForm = this.editData; + this.fileName = '', this.getRoles(); this.getbackflowArr(); if (this.ruleForm && this.ruleForm.fileName) { this.imgSvgUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName; - this.imageUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName + this.imageUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName; + this.fileName = this.ruleForm.fileName } else { this.imgSvgUrl = '' this.imageUrl = ''