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