ysy hace 1 año
padre
commit
6495b73206
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
       }
     }