From 30763300acb5d7ce9e3ff7af5e4d8c27139abc44 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Wed, 12 Apr 2023 18:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B8=A6id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/frontProjectConfigManage/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/frontProjectConfigManage/add.vue b/src/views/system/frontProjectConfigManage/add.vue index d9ac4302e..93d204bb0 100644 --- a/src/views/system/frontProjectConfigManage/add.vue +++ b/src/views/system/frontProjectConfigManage/add.vue @@ -85,7 +85,7 @@ export default { this.loading = true; const data = Object.assign({}, this.formModel); // 检查项目markKey - checkFrontProjectExist({markKey:data.markKey}).then(res=>{ + checkFrontProjectExist({markKey:data.markKey, id: data.id}).then(res=>{ if (!res.data) { if (data.id) { // 更新前端项目配置