From 43df1316109304b79300fdc1d65a18015551336b Mon Sep 17 00:00:00 2001 From: qinoy Date: Fri, 15 Jul 2022 13:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=8A=E5=88=A9=E9=A1=B9=E7=9B=AE=E3=80=90?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=AD=9B=E9=80=89=E3=80=91=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E5=BA=93=E4=BF=A1=E6=81=AF=E7=BC=BA=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/Repository.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/Repository.vue b/com.actionsoft.apps.coe.pal/src/views/repository/Repository.vue index f5aff84..7593f4b 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/Repository.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/Repository.vue @@ -36,7 +36,9 @@ }, created() { this.getRouteParam(this.$route.query); - this.initConditionData(); + setTimeout(() => { + this.initConditionData(); + },300) }, methods: { // 获取历史