diff --git a/vue-fastapi-frontend/src/views/datastd/stddict/AddEditForm.vue b/vue-fastapi-frontend/src/views/datastd/stddict/AddEditForm.vue index 2f57cc4..262f1f7 100644 --- a/vue-fastapi-frontend/src/views/datastd/stddict/AddEditForm.vue +++ b/vue-fastapi-frontend/src/views/datastd/stddict/AddEditForm.vue @@ -160,7 +160,7 @@ watch(() => props.visible, (newVal) => { }); function getList() { - listUser({pageSize:1,pageNumber:1000}).then(res => { + listUser({pageSize:1000,pageNum:1}).then(res => { userList.value = res.rows; }); };