--fix bug

This commit is contained in:
yuping
2023-04-03 16:35:48 +08:00
parent afe3f9f2c1
commit 8cd130562d
2 changed files with 7 additions and 11 deletions

View File

@@ -99,7 +99,6 @@ const pagination = computed(() => ({
}));
const changePagination = (e) => {
params.value[props.pageKey] = e;
emit("update:params", { ...params.value });
nextTick(onFetch);
};