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 } ); };