From cbbd50a2e320ca0427474fb2921f2b93a5ad2c14 Mon Sep 17 00:00:00 2001 From: weifs <605403358@qq.com> Date: Mon, 18 Mar 2024 14:12:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A1=E6=89=B9=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DloadIng=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/approve/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/assets/js/pages/manage/approve/index.vue b/resources/assets/js/pages/manage/approve/index.vue index 796a46b3b..89014a18c 100644 --- a/resources/assets/js/pages/manage/approve/index.vue +++ b/resources/assets/js/pages/manage/approve/index.vue @@ -448,16 +448,14 @@ export default { return; } this.__tabsClick = setTimeout(() => { this.__tabsClick =null; },time) - if(time == 0){ - this.loadIng = true; - } this.tabsValue = val || this.tabsValue if(val){ this.approvalType = this.searchState = "all" this.approvalName = "" } // - this.detailsShow = false; + this.detailsShow = false; + this.loadIng = true; // if(this.tabsValue == 'unread'){ if(val === false){