未审批无数据时,切换到审批记录后,钱数不对

This commit is contained in:
liyuetong
2021-08-13 16:54:27 +08:00
parent 3b3e03df88
commit 514d447798

View File

@@ -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) {