From 44c21776386f63e7b9dfb7ecaa8891e948c82d22 Mon Sep 17 00:00:00 2001 From: aBin Date: Tue, 1 Mar 2022 17:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E5=88=97=E8=A1=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=BB=98=E8=AE=A4=E4=BC=A00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/OtherPages/NoticeNotice.vue | 2 +- src/views/OtherPages/PartyBuilding.vue | 2 +- src/views/OtherPages/SafeProduction.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, };