|
|
@@ -1407,6 +1407,10 @@ export default {
|
|
|
},
|
|
|
cancel() {
|
|
|
this.form = {};
|
|
|
+ this.date = "";
|
|
|
+ this.year = "";
|
|
|
+ this.month = "";
|
|
|
+ this.days = "";
|
|
|
this.dialogVisible = false;
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.ruleForm.clearValidate();
|
|
|
@@ -1583,6 +1587,10 @@ export default {
|
|
|
handleClose(done) {
|
|
|
done();
|
|
|
this.form = {};
|
|
|
+ this.date = "";
|
|
|
+ this.year = "";
|
|
|
+ this.month = "";
|
|
|
+ this.days = "";
|
|
|
this.dialogVisible = false;
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.ruleForm.clearValidate();
|
|
|
@@ -1599,6 +1607,7 @@ export default {
|
|
|
this.month = "";
|
|
|
this.days = "";
|
|
|
this.date = "";
|
|
|
+ this.supplierIdChildList = [];
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.ruleForm.clearValidate();
|