mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
--fix bug
This commit is contained in:
@@ -99,6 +99,7 @@ const pagination = computed(() => ({
|
|||||||
}));
|
}));
|
||||||
const changePagination = (e) => {
|
const changePagination = (e) => {
|
||||||
params.value[props.pageKey] = e;
|
params.value[props.pageKey] = e;
|
||||||
|
emit("update:params", { ...params.value });
|
||||||
nextTick(onFetch);
|
nextTick(onFetch);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user