|
@ -160,7 +160,7 @@ watch(() => props.visible, (newVal) => { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
function getList() { |
|
|
function getList() { |
|
|
listUser({pageSize:1,pageNumber:1000}).then(res => { |
|
|
listUser({pageSize:1000,pageNum:1}).then(res => { |
|
|
userList.value = res.rows; |
|
|
userList.value = res.rows; |
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|