新增项目缓存systemIdd

dev_2022-05-11
yujialong 4 years ago
parent bf957e7da9
commit 57e2aba97e
  1. 2
      src/components/page/AddProject.vue

@ -668,6 +668,7 @@
// //
return; return;
} }
this.$store.commit("addProjectSystemIdData", { systemId : this.systemId})
if (this.id != null) { if (this.id != null) {
let url = this.api.updateProjectManagement let url = this.api.updateProjectManagement
if(this.systemId == 2 || this.systemId == 3) url = this.api.updateProjectManagementTrad if(this.systemId == 2 || this.systemId == 3) url = this.api.updateProjectManagementTrad
@ -750,6 +751,7 @@
// //
return; return;
} }
this.$store.commit("addProjectSystemIdData", { systemId : this.systemId})
if (this.id != null) { if (this.id != null) {
let url = this.api.updateProjectManagement let url = this.api.updateProjectManagement
if(this.systemId == 2 || this.systemId == 3) url = this.api.updateProjectManagementTrad if(this.systemId == 2 || this.systemId == 3) url = this.api.updateProjectManagementTrad

Loading…
Cancel
Save