dev_2022-05-11
luoJunYong.123 3 years ago
parent d95f53fe0c
commit dc5e3bf259
  1. 1080
      src/pages/project/add/index.vue.copy
  2. 5
      src/pages/project/list/index.vue

File diff suppressed because it is too large Load Diff

@ -240,7 +240,9 @@ export default {
// },
mounted() {
this.getSystemData();
if(this.queryDataStatus.platformId) {
this.queryData = this.queryDataStatus
}
},
methods: {
...mapActions("project", [
@ -251,13 +253,13 @@ export default {
}),
getSystemData() {
this.$get(this.api.getSystemIdBySchool).then(res => {
if (res.status == 200){
this.systemList = res.data;
// systemIdsystemIdsystemId
this.systemId = this.lastSystemId ? this.lastSystemId : this.systemList[0].id;
this.getData();
}else{
}
});
@ -275,7 +277,6 @@ export default {
this.listData = res.data.records;
this.total = res.data.total;
}).catch(err => {
console.log(err);
});
},
initData() {

Loading…
Cancel
Save