diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 31eeadbe7..23e78280b 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4666,10 +4666,10 @@ export default { // 分页每页显示数改变后方法 pageSizeChange(pageSize) { this.sarStandardsSearch.pageSize = this.$store.getters.userInfo.configContent - let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag')) - if (tabFlag !== '') { - this.sarStandardsSearch.page = tabFlag.page - } + // let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag')) + // if (tabFlag !== '') { + // this.sarStandardsSearch.page = tabFlag.page + // } this.getDomesticStandardTable(this.sarStandardsSearch) this.selectConfiguraStand() // 此处需要调用接口,修改个人配置