From 4ae6db4e2b6efce84cb50859e8136a26a749d659 Mon Sep 17 00:00:00 2001 From: MustangDeng <670124965@qq.com> Date: Fri, 10 Jun 2022 17:29:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=B6=E4=BB=96=E5=85=8D=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/stores/otherDeduct.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pc4mobx/hrmSalary/stores/otherDeduct.js b/pc4mobx/hrmSalary/stores/otherDeduct.js index 79609e7b..4555ff78 100644 --- a/pc4mobx/hrmSalary/stores/otherDeduct.js +++ b/pc4mobx/hrmSalary/stores/otherDeduct.js @@ -194,6 +194,7 @@ export class OtherDeductStore { }); message.error(errormsg || "接口调用失败!"); } + this.slideLoading = false } ); };