diff --git a/src/views/ebiz/claims/ClaimApprovalList.vue b/src/views/ebiz/claims/ClaimApprovalList.vue index b98d71ea5..35f71578a 100644 --- a/src/views/ebiz/claims/ClaimApprovalList.vue +++ b/src/views/ebiz/claims/ClaimApprovalList.vue @@ -349,7 +349,9 @@ export default { }) this.passNum = this.claimApprovalIds.length this.refuseNum = 0 - that.getTotalMoneyFunc() + if(that.active == 'notApproved'){ + that.getTotalMoneyFunc() + } that.$forceUpdate(); } if (this.claimApprovalList.length == 0) {