修复添加/修改员工信息只显示10个科室

This commit is contained in:
ryoeiken 2021-01-26 16:42:34 +08:00
parent 82d980b09b
commit 56ba5948a9

View File

@ -309,7 +309,7 @@ export default {
this.loading = false;
console.log("flag-----", response);
});
listDepart(this.queryParams).then(response => {
listDepart().then(response => {
this.departIdOptions = response.rows;
})
},