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] =?UTF-8?q?'=E5=9B=BE=E6=A0=87=E7=BC=96=E8=BE=91=E9=97=AE?= =?UTF-8?q?=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 = '' -- 2.54.0