This commit is contained in:
pushuo 2022-08-01 17:41:58 +08:00
parent c54969d587
commit 15c9d9e8d0
5 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,7 @@
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
this.dialog.form.roles = [];
this.dialog.show = false
this.$refs[form].resetFields();
}
}
})

View File

@ -184,6 +184,7 @@
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
this.dialog.form.status = 1
this.dialog.show = false
this.$refs[form].resetFields();
}
}
})

View File

@ -204,6 +204,7 @@
this.dialog.form.name = {};
this.dialog.form.description = {};
this.dialog.show = false
this.$refs[form].resetFields();
}
}
})

View File

@ -207,6 +207,7 @@
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
this.dialog.form.tax_rules = []
this.dialog.show = false
this.$refs[form].resetFields();
}
}
})

View File

@ -182,6 +182,7 @@
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
this.dialog.form.type = 'percent';
this.dialog.show = false
this.$refs[form].resetFields();
}
}
})