From 7431a45fc598ca7767dfa607ef2ec865f7ac49bb Mon Sep 17 00:00:00 2001 From: MeterSphere Bot <78466014+metersphere-bot@users.noreply.github.com> Date: Mon, 19 Sep 2022 15:09:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB=E9=BB=98=E8=AE=A4=E6=A8=A1?= =?UTF-8?q?=E7=89=88=E5=90=8E=E5=88=9B=E5=BB=BA=E6=A8=A1=E7=89=88=EF=BC=8C?= =?UTF-8?q?=E6=A8=A1=E7=89=88=E5=90=8D=E7=A7=B0=E4=B8=8D=E8=83=BD=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E7=9A=84=E7=BC=BA=E9=99=B7=20(#17991)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1016848 --user=王孝刚 【项目设置】接口模板,点击默认模板后再创建模板,模板名称不能填写 https://www.tapd.cn/55049933/s/1244976 Co-authored-by: wxg0103 <727495428@qq.com> --- .../components/project/template/ApiFieldTemplateEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/project/template/ApiFieldTemplateEdit.vue b/frontend/src/business/components/project/template/ApiFieldTemplateEdit.vue index 021513e8db..71780fc7f7 100644 --- a/frontend/src/business/components/project/template/ApiFieldTemplateEdit.vue +++ b/frontend/src/business/components/project/template/ApiFieldTemplateEdit.vue @@ -184,6 +184,7 @@ export default { this.showDialog = false; }); } else { + this.isSystem = false; this.form = { id: "", name: "",