--fix bug

This commit is contained in:
yuping
2023-04-03 16:14:43 +08:00
parent 82f66ca3af
commit afe3f9f2c1

View File

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