修改前端配置带id
This commit is contained in:
parent
cde33feb22
commit
30763300ac
@ -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) {
|
||||
// 更新前端项目配置
|
||||
|
Loading…
Reference in New Issue
Block a user