fix table callback flag
This commit is contained in:
parent
94c141f0b4
commit
1c2def6a48
@ -1130,8 +1130,7 @@ 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
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -1505,7 +1504,8 @@ const _sfc_main = defineComponent({
|
|||||||
tableDataSource.value = endlist;
|
tableDataSource.value = endlist;
|
||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current
|
current: pagecurrent || props.page.current,
|
||||||
|
isReload: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("\u7B5B\u9009", endlist);
|
console.log("\u7B5B\u9009", endlist);
|
||||||
|
@ -19577,8 +19577,7 @@ 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
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -19952,7 +19951,8 @@ const _sfc_main$D = defineComponent({
|
|||||||
tableDataSource.value = endlist;
|
tableDataSource.value = endlist;
|
||||||
change3({
|
change3({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current
|
current: pagecurrent || props.page.current,
|
||||||
|
isReload: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("\u7B5B\u9009", endlist);
|
console.log("\u7B5B\u9009", endlist);
|
||||||
|
@ -346,8 +346,7 @@ watch(tableDataSource, () => {
|
|||||||
// tableDataSource.value = endlist
|
// tableDataSource.value = endlist
|
||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current,
|
current: pagecurrent || props.page.current
|
||||||
isReload: true
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -814,6 +813,7 @@ watch(
|
|||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current,
|
current: pagecurrent || props.page.current,
|
||||||
|
isReload: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("筛选", endlist);
|
console.log("筛选", endlist);
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user