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