|
|
@@ -314,7 +314,7 @@ export default {
|
|
|
];
|
|
|
}
|
|
|
this.$api.user
|
|
|
- .findAllUserList({ ...this.personnePageRequest, deptId })
|
|
|
+ .findAllUsers({ ...this.personnePageRequest, deptId })
|
|
|
.then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.personnePageReData = res.data.content;
|
|
|
@@ -491,4 +491,4 @@ export default {
|
|
|
}
|
|
|
right: 0;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|