ysy 1 year ago
parent
commit
6495b73206
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/productionPlan/components/factoryAdd/index.vue

+ 1 - 0
src/views/productionPlan/components/factoryAdd/index.vue

@@ -428,6 +428,7 @@
       },
       },
 
 
       cancel() {
       cancel() {
+        this.$refs.form.resetFields();
         this.visible = false;
         this.visible = false;
       }
       }
     }
     }