From 3c93f11309c35f4f327b0494fade1201268a0e6a Mon Sep 17 00:00:00 2001 From: aBin Date: Wed, 2 Mar 2022 14:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=AC=A3=E6=85=B0=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E6=A0=8F=E7=9B=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/NewPages/NewPages.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/NewPages/NewPages.vue b/src/views/NewPages/NewPages.vue index f013af7..773047a 100644 --- a/src/views/NewPages/NewPages.vue +++ b/src/views/NewPages/NewPages.vue @@ -106,7 +106,7 @@ export default { introId: '', introContent: {}, showType: '0', - showLoading: true + showLoading: true, }; }, watch: { @@ -231,7 +231,13 @@ export default { }, resetData() { this.pageNum = 1; - this.getContentData(this.code); + if (this.code === '0204') { + this.getContentData('0201'); + this.getContentData('0202'); + this.getContentData('0203'); + } else { + this.getContentData(this.code); + } }, }, };