fix table callback flag
This commit is contained in:
@@ -346,8 +346,7 @@ watch(tableDataSource, () => {
|
||||
// tableDataSource.value = endlist
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current,
|
||||
isReload: true
|
||||
current: pagecurrent || props.page.current
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -814,6 +813,7 @@ watch(
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current,
|
||||
isReload: true
|
||||
});
|
||||
}
|
||||
console.log("筛选", endlist);
|
||||
|
||||
Reference in New Issue
Block a user