@@ -332,7 +332,7 @@
close() {
this.dialogVisible = false;
// this.$refs.form.resetFields()
- this.form = { ...defaultForm };
+ this.form = { ...defaultForm, fileObj: [] };
this.$refs.productTableRef.initData();
},
handleTimeChange(key) {