fix table callback flag
This commit is contained in:
@@ -1130,8 +1130,7 @@ const _sfc_main = defineComponent({
|
||||
emit("update:page", tmp);
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current,
|
||||
isReload: true
|
||||
current: pagecurrent || props.page.current
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -1505,7 +1504,8 @@ const _sfc_main = defineComponent({
|
||||
tableDataSource.value = endlist;
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current
|
||||
current: pagecurrent || props.page.current,
|
||||
isReload: true
|
||||
});
|
||||
}
|
||||
console.log("\u7B5B\u9009", endlist);
|
||||
|
||||
Reference in New Issue
Block a user