fix table callback flag

This commit is contained in:
2023-06-25 11:30:33 +08:00
parent 94c141f0b4
commit 1c2def6a48
4 changed files with 10 additions and 10 deletions

View File

@@ -19577,8 +19577,7 @@ const _sfc_main$D = defineComponent({
emit("update:page", tmp);
change3({
limit: props.page.limit,
current: pagecurrent || props.page.current,
isReload: true
current: pagecurrent || props.page.current
});
}
});
@@ -19952,7 +19951,8 @@ const _sfc_main$D = defineComponent({
tableDataSource.value = endlist;
change3({
limit: props.page.limit,
current: pagecurrent || props.page.current
current: pagecurrent || props.page.current,
isReload: true
});
}
console.log("\u7B5B\u9009", endlist);