mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 23:26:43 +08:00
未审批无数据时,切换到审批记录后,钱数不对
This commit is contained in:
@@ -349,7 +349,9 @@ export default {
|
|||||||
})
|
})
|
||||||
this.passNum = this.claimApprovalIds.length
|
this.passNum = this.claimApprovalIds.length
|
||||||
this.refuseNum = 0
|
this.refuseNum = 0
|
||||||
|
if(that.active == 'notApproved'){
|
||||||
that.getTotalMoneyFunc()
|
that.getTotalMoneyFunc()
|
||||||
|
}
|
||||||
that.$forceUpdate();
|
that.$forceUpdate();
|
||||||
}
|
}
|
||||||
if (this.claimApprovalList.length == 0) {
|
if (this.claimApprovalList.length == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user