|
|
|
@ -668,6 +668,7 @@ |
|
|
|
|
//判断页面是否有没有输入的内容 |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$store.commit("addProjectSystemIdData", { systemId : this.systemId}) |
|
|
|
|
if (this.id != null) { |
|
|
|
|
let url = this.api.updateProjectManagement |
|
|
|
|
if(this.systemId == 2 || this.systemId == 3) url = this.api.updateProjectManagementTrad |
|
|
|
@ -750,6 +751,7 @@ |
|
|
|
|
//判断页面是否有没有输入的内容 |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$store.commit("addProjectSystemIdData", { systemId : this.systemId}) |
|
|
|
|
if (this.id != null) { |
|
|
|
|
let url = this.api.updateProjectManagement |
|
|
|
|
if(this.systemId == 2 || this.systemId == 3) url = this.api.updateProjectManagementTrad |
|
|
|
|