fix:分配
This commit is contained in:
parent
f93cfa8000
commit
baaa9f9e2e
|
@ -126,9 +126,9 @@ export default {
|
||||||
|
|
||||||
getUsers() {
|
getUsers() {
|
||||||
let that = this;
|
let that = this;
|
||||||
// that.$API.system.user.list.req({ belong_dept: that.dept, page: 0 }).then(res => {
|
that.$API.system.user.list.req({ belong_dept: that.dept, page: 0 }).then(res => {
|
||||||
that.$API.system.user.list.req({ page:1,page_size:60}).then(res => {
|
// that.$API.system.user.list.req({ page:1,page_size:60}).then(res => {
|
||||||
that.userList = res.results;
|
that.userList = res;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue