From 9b761c378b33faeb3a37e12929fbbe01768014fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 19 Jul 2023 16:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=B1=89bug=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/Fe/src/mixins/TableMixins.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Fe/src/mixins/TableMixins.js b/Code/Fe/src/mixins/TableMixins.js index b183970..0404865 100644 --- a/Code/Fe/src/mixins/TableMixins.js +++ b/Code/Fe/src/mixins/TableMixins.js @@ -126,6 +126,8 @@ export const tableMixins = { } // 前端分页处理 // this.propsData = this.detailListPageFromFE(res) + }else{ + this.Loading.DrawerLoading = false } }).catch(err => { this.Loading.DrawerLoading = false