mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
--项目 分页不对问题
This commit is contained in:
@@ -617,7 +617,7 @@ export default {
|
|||||||
//快速选人
|
//快速选人
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
tableDataTotal: 100,
|
tableDataTotal: 0,
|
||||||
nameSearch: "", //搜索名称
|
nameSearch: "", //搜索名称
|
||||||
loading: false,
|
loading: false,
|
||||||
//受众
|
//受众
|
||||||
@@ -828,7 +828,7 @@ export default {
|
|||||||
// };
|
// };
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
window.addEventListener("resize", getClientHeight, false);
|
window.addEventListener("resize", getClientHeight, false);
|
||||||
state.tabledata = store.state.memberInitInfo;
|
// state.tabledata = store.state.memberInitInfo;
|
||||||
});
|
});
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
window.removeEventListener("resize", getClientHeight, false);
|
window.removeEventListener("resize", getClientHeight, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user