Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
9ea5bef12a
@ -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