Browse Source

修复task-2661

zhonghuizhen 1 năm trước cách đây
mục cha
commit
8d826de137

+ 1 - 0
src/views/business/​scheduleManage/edit.vue

@@ -842,6 +842,7 @@ export default {
             }
             }
         },
         },
         handleStepChange (val) {
         handleStepChange (val) {
+            this.handleClose()
             if (this.activeStep === 1 && val) {
             if (this.activeStep === 1 && val) {
                 const valid = this.validateForm()
                 const valid = this.validateForm()
                 if (!valid) {
                 if (!valid) {