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) { // 更新前端项目配置