fix(项目设置): 修复点击默认模版后创建模版,模版名称不能填写的缺陷 (#17991)
--bug=1016848 --user=王孝刚 【项目设置】接口模板,点击默认模板后再创建模板,模板名称不能填写 https://www.tapd.cn/55049933/s/1244976 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
25c7299414
commit
7431a45fc5
|
@ -184,6 +184,7 @@ export default {
|
|||
this.showDialog = false;
|
||||
});
|
||||
} else {
|
||||
this.isSystem = false;
|
||||
this.form = {
|
||||
id: "",
|
||||
name: "",
|
||||
|
|
Loading…
Reference in New Issue