ysy il y a 1 an
Parent
commit
6495b73206
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/productionPlan/components/factoryAdd/index.vue

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

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