From 02aadd9daf128dbb3f18b3145042a3310b15e77b Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 19 Sep 2023 14:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=BB=E8=BE=91=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/oaExamine/oaExamine.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/oaExamine/oaExamine.vue b/pages/oaExamine/oaExamine.vue index 6fbb4ad..a273b6a 100644 --- a/pages/oaExamine/oaExamine.vue +++ b/pages/oaExamine/oaExamine.vue @@ -55,7 +55,6 @@ }, onLoad() { this.initType(); - this.initList(); }, onShow() { }, @@ -77,6 +76,9 @@ name: item.title }) }) + this.$nextTick(()=>{ + this.initList(); + }) }, async initList(){ this.loadConfig.page = 1;