From 260e881bec04e4e138dd270f07986afd9f60dfa4 Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 28 Jun 2024 09:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/PathReview.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue index 8275fd5..8328c29 100644 --- a/src/views/manage/components/PathReview.vue +++ b/src/views/manage/components/PathReview.vue @@ -377,6 +377,9 @@ export default { this.informationlist = res.data loading.close(); }) + .catch(()=>{ + loading.close(); + }) }, getlist() { if (!this.routelist) {