diff --git a/src/views/OtherPages/NoticeNotice.vue b/src/views/OtherPages/NoticeNotice.vue index 5cc7a62..701fc2c 100644 --- a/src/views/OtherPages/NoticeNotice.vue +++ b/src/views/OtherPages/NoticeNotice.vue @@ -100,7 +100,7 @@ export default { const param = { showPage: this.code, year: this.year, - showType: '1', + showType: '0', pageNum: this.pageNum, pageSize: 10, }; diff --git a/src/views/OtherPages/PartyBuilding.vue b/src/views/OtherPages/PartyBuilding.vue index 8c11245..354d341 100644 --- a/src/views/OtherPages/PartyBuilding.vue +++ b/src/views/OtherPages/PartyBuilding.vue @@ -104,7 +104,7 @@ export default { const param = { showPage: this.code, year: this.year, - showType: '1', + showType: '0', pageNum: this.pageNum, pageSize: 10, }; diff --git a/src/views/OtherPages/SafeProduction.vue b/src/views/OtherPages/SafeProduction.vue index 4d4239f..6cc1a82 100644 --- a/src/views/OtherPages/SafeProduction.vue +++ b/src/views/OtherPages/SafeProduction.vue @@ -103,7 +103,7 @@ export default { const param = { showPage: this.code, year: this.year, - showType: '1', + showType: '0', pageNum: this.pageNum, pageSize: 10, };