diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index ff98ca50b..29ef0f81d 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3793,7 +3793,8 @@ export default { } else { this.sarStandardsSearch.page = page } - this.getDomesticStandardTable(this.tableFlag) + this.standCommonlySearch.page=page + this.getDomesticStandardTable(this.standCommonlySearch) }, // 分页每页显示数改变后方法 pageSizeChange(pageSize) {