提交 2c341d8b 编写于 作者: haochangdi's avatar haochangdi

解决选择机构时筛选之后选择全选,再去翻页查看数据,没有正确显示第2,3,4...页数据

上级 0b775264
...@@ -343,9 +343,9 @@ export default { ...@@ -343,9 +343,9 @@ export default {
}, },
//机构搜索 //机构搜索
getOrganizationChoose() { getOrganizationChoose() {
if (this.checked) { // if (this.checked) {
return; // return;
} // }
let administrativeIdItem = operationData.setAdministrativeId( let administrativeIdItem = operationData.setAdministrativeId(
this.formOrganization.administrativeIdList this.formOrganization.administrativeIdList
); );
...@@ -422,7 +422,7 @@ export default { ...@@ -422,7 +422,7 @@ export default {
}, },
// 更改当前页数 // 更改当前页数
handleCurrentOrganization(val) { handleCurrentOrganization(val) {
//console.log(`当前页: ${val}`); console.log(`当前页: ${val}`);
this.formOrganization.pageNum = val; this.formOrganization.pageNum = val;
if (this.searchOrganizationType == "choose") { if (this.searchOrganizationType == "choose") {
this.getOrganizationChoose(); this.getOrganizationChoose();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册