From dff8f0dd61271c27bd4b02ee5500cb0ed910491b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 8 Nov 2023 16:00:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=89=E9=92=AEloading=E4=B8=8D?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/logManage/logSet/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/logManage/logSet/index.vue b/src/views/logManage/logSet/index.vue index 0db2cf1b..14075c31 100644 --- a/src/views/logManage/logSet/index.vue +++ b/src/views/logManage/logSet/index.vue @@ -328,6 +328,7 @@ function fnBackFileList() { backState.from.backFileTree = [res.data]; } backState.fromLoading = false; + backState.confirmLoading = false; } }); }