From b1fd5ee8dc63913b540b547a5db012d29a106a74 Mon Sep 17 00:00:00 2001 From: "jialong.yu" Date: Tue, 8 Feb 2022 14:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=88=A4=E5=88=86=E7=82=B9?= =?UTF-8?q?=E6=96=B0=E5=A2=9Eloading=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Transaction.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Transaction.vue b/src/views/Transaction.vue index c4f846c..7f26a09 100644 --- a/src/views/Transaction.vue +++ b/src/views/Transaction.vue @@ -679,6 +679,8 @@ export default { if (this.$route.query.lcId) { this.lcId = this.$route.query.lcId; this.getInfoData(this.$route.query.lcId); + } else { + this.loading = false } } } else {