fix:注释未用组件接口报错

This commit is contained in:
wyx
2023-02-13 16:08:10 +08:00
parent 53a56c1874
commit cc87d06068

View File

@@ -800,7 +800,7 @@ export default {
state.searchOrgName = null; state.searchOrgName = null;
state.isSearchOrg = false; state.isSearchOrg = false;
state.treeData2 = []; state.treeData2 = [];
getAudienceInfo(); // getAudienceInfo();
}; };
const afterVisibleChange = (bool) => { const afterVisibleChange = (bool) => {
console.log("state", bool); console.log("state", bool);
@@ -1164,23 +1164,23 @@ export default {
}); });
} }
}; };
getAudienceInfo(); // getAudienceInfo();
//分页获取受众 //分页获取受众
const changePagination1 = (page) => { const changePagination1 = (page) => {
// console.log(page); // console.log(page);
state.currentPage2 = page; state.currentPage2 = page;
getAudienceInfo(); // getAudienceInfo();
}; };
//搜索受众 //搜索受众
const searchAudienceInfo = () => { const searchAudienceInfo = () => {
state.currentPage2 = 1; state.currentPage2 = 1;
getAudienceInfo(); // getAudienceInfo();
}; };
//重置受众 //重置受众
const resetAudienceInfo = () => { const resetAudienceInfo = () => {
state.currentPage2 = 1; state.currentPage2 = 1;
state.audienceName = ""; state.audienceName = "";
getAudienceInfo(); // getAudienceInfo();
}; };
//受众关联 选中的数组 //受众关联 选中的数组
const onSelectChange2 = (selectedRowKeys, item) => { const onSelectChange2 = (selectedRowKeys, item) => {