fix: team_photon去除硬编码2

This commit is contained in:
caoqianming 2023-12-21 13:32:57 +08:00
parent a57b49316b
commit d4094d3607
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@ import memberDialog from "./team_form.vue";
//
getDeptData() {
this.$API.system.dept.list.req({ page: 0,type:'dept'}).then(res=>{
let data = [];
this.deptData = data;
this.deptData = res;
});
},
//