mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 19:53:41 +08:00
Merge branch 'main' into example
This commit is contained in:
@@ -43,7 +43,7 @@ const { loading, data, refresh, reload, page, pageSize, pageCount, send, remove
|
||||
);
|
||||
const getDataByPage = (newPage = 1) => {
|
||||
page.value = newPage;
|
||||
send();
|
||||
send(page.value, pageSize.value);
|
||||
};
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user