fix(系统设置): 取消编辑项目后再新建项目未置空表单数据

Closes #21081
This commit is contained in:
shiziyuan9527 2023-01-04 11:10:42 +08:00 committed by lyh
parent ba0395075d
commit b9dc780292
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ export default {
this.form.issueTemplateId = '';
},
edit(row) {
this.form = {};
this.getOptions();
this.createVisible = true;
listenGoBack(this.handleClose);