fix: team_photon去除硬编码2
This commit is contained in:
parent
a57b49316b
commit
d4094d3607
|
@ -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;
|
||||
});
|
||||
},
|
||||
//添加班组
|
||||
|
|
Loading…
Reference in New Issue