Browse Source

2025-10-22

优化
master
fengyuan_yang 3 months ago
parent
commit
89e257b03a
  1. 2
      src/views/modules/yieldReport/com_mrb_register.vue
  2. 5
      src/views/modules/yieldReport/com_produce_report_normal.vue

2
src/views/modules/yieldReport/com_mrb_register.vue

@ -174,6 +174,8 @@ export default {
if (this.$refs.mrbForm) { if (this.$refs.mrbForm) {
this.$refs.mrbForm.resetFields(); this.$refs.mrbForm.resetFields();
} }
//
this.$emit('update:visible', false);
} }
} }
}; };

5
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -4659,11 +4659,14 @@ export default {
// MRB // MRB
openMrbRegisterModal() { openMrbRegisterModal() {
// MRB
//
this.showMrbRegisterFlag = false;
this.$nextTick(() => {
this.showMrbRegisterFlag = true; this.showMrbRegisterFlag = true;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.comMrbRegister.init(this.scheduleData); this.$refs.comMrbRegister.init(this.scheduleData);
}); });
});
}, },
// MRB // MRB

Loading…
Cancel
Save