From 9733fcced66a7c8780c05b5e28ba3070e5b5a4be Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 11 May 2026 09:13:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E5=B7=A5=E6=AE=B5?= =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E8=AE=B0=E5=BD=95=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=97=B6id=E9=97=AE=E9=A2=98=E6=8A=A5=E9=94=99=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/inm_record.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/wpm_gx/inm_record.vue b/src/views/wpm_gx/inm_record.vue index 1af4ce29..1b691993 100644 --- a/src/views/wpm_gx/inm_record.vue +++ b/src/views/wpm_gx/inm_record.vue @@ -396,11 +396,17 @@ export default { 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) + this.mioId = null; + this.form = { + number: "", + inout_date: this.$TOOL.dateFormat2(new Date()), + belong_dept: this.deptId, + mgroup: this.mgroupId, + do_user: "", + mio_user: "", + type: this.cate, + }; + this.getDeptUsers(); return this; }, setData(data,type) {