From 27effa756363d0c40fc8e1dae8b7d4430e0ad8b1 Mon Sep 17 00:00:00 2001 From: "si@aidatagov.com" Date: Fri, 14 Mar 2025 01:40:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-fastapi-frontend/src/views/datastd/stddict/AddEditForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }); };