add Overload Table Callback Flag
This commit is contained in:
parent
4e038b4d2f
commit
94c141f0b4
@ -1130,7 +1130,8 @@ const _sfc_main = defineComponent({
|
|||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current
|
current: pagecurrent || props.page.current,
|
||||||
|
isReload: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -19577,7 +19577,8 @@ const _sfc_main$D = defineComponent({
|
|||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
change3({
|
change3({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current
|
current: pagecurrent || props.page.current,
|
||||||
|
isReload: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -347,6 +347,7 @@ watch(tableDataSource, () => {
|
|||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current,
|
current: pagecurrent || props.page.current,
|
||||||
|
isReload: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user