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