diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index a28fb7f1d..3c2b9936f 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -3514,9 +3514,9 @@ export default { }, // 分页每页显示数改变后方法 pageSizeChange (pageSize) { - this.sarBussionessSearch.pageSize = pageSize + // this.sarBussionessSearch.pageSize = pageSize + this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent this.getBussionStandTable(this.tableFlag) - // this.sarConfigStandSearch.pageSize = this.$store.getters.userInfo.configContent this.sarConfigStandSearch.pageSize = this.sarBussionessSearch.pageSize this.selectConfiguraStand() // 此处需要调用接口,修改个人配置