mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 09:55:16 +08:00
修复添加/修改员工信息只显示10个科室
This commit is contained in:
parent
82d980b09b
commit
56ba5948a9
@ -309,7 +309,7 @@ export default {
|
|||||||
this.loading = false;
|
this.loading = false;
|
||||||
console.log("flag-----", response);
|
console.log("flag-----", response);
|
||||||
});
|
});
|
||||||
listDepart(this.queryParams).then(response => {
|
listDepart().then(response => {
|
||||||
this.departIdOptions = response.rows;
|
this.departIdOptions = response.rows;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user