@@ -284,7 +284,7 @@
close() {
this.dialogVisible = false;
// this.$refs.form.resetFields()
- this.form = { defaultForm };
+ this.form = { ...defaultForm };
this.$refs.productTableRef.initData();
},