修复添加/修改员工信息只显示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…
x
Reference in New Issue
Block a user