From 4f18c33fabf7a630719aa702b41d576b1e8603c4 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 15 Apr 2022 17:41:55 +0800 Subject: [PATCH] feat: There is no way the, del dubug --- .../domesticStandardsAndRegulations/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 7b1fbc7d7..2738ed61f 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4522,7 +4522,6 @@ export default { }, // 分页点击后方法 pageChange(page) { - debugger if (this.tableFlag !== '') { this.tableFlag.page = page } else { @@ -4533,7 +4532,6 @@ export default { }, // 分页每页显示数改变后方法 pageSizeChange(pageSize) { - debugger this.sarStandardsSearch.pageSize = this.$store.getters.userInfo.configContent let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag')) if (tabFlag !== '') { @@ -4545,7 +4543,6 @@ export default { }, // 分页查询国内标准 getDomesticStandardTable(item, type) { - debugger if (item !== '' && item !== null && item !== undefined) { item.pageSize = this.$store.getters.userInfo.configContent }