Browse Source

分页问题

master
si@aidatagov.com 1 month ago
parent
commit
27effa7563
  1. 2
      vue-fastapi-frontend/src/views/datastd/stddict/AddEditForm.vue

2
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;
});
};

Loading…
Cancel
Save