From ce91bc189842f03e7c8786da232788fd50dcdec6 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 5 Jan 2023 13:58:20 +0800 Subject: [PATCH] =?UTF-8?q?bug64681=20=E7=9B=91=E5=90=ACform=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=90=8E=E5=B0=86=E5=BC=B9=E6=A1=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=AE=BE=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/common/formEditList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue index 6a97bb9cd..94b5d7db2 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue @@ -1003,6 +1003,7 @@ export default { form: { handler: function (val) { if(val){ + this.fileMadel = false this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.BZSMBUSSFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,'',this.madelSubList); } },