From 73b657c5deb8386040624d1e032521b758614237 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 31 Jul 2025 09:56:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BD=A6=E9=97=B4=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E8=AE=B0=E5=BD=95bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/inm_record.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_gx/inm_record.vue b/src/views/wpm_gx/inm_record.vue index 546bf113..79608dcc 100644 --- a/src/views/wpm_gx/inm_record.vue +++ b/src/views/wpm_gx/inm_record.vue @@ -368,7 +368,6 @@ export default { }; }, mounted() { - this.active = 0; this.isSaveing = false; this.form.mgroup = this.mgroupId; this.form.type = this.cate; @@ -386,6 +385,12 @@ export default { open(mode) { this.mode = mode; this.visible = true; + this.active = 0; + this.mioId =null;// + this.form.number= ""; + this.form.do_user= ""; + this.form.mio_user= ""; + console.log('this.active',this.active) return this; }, setData(data,type) {