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) {