|
@@ -295,6 +295,8 @@ export default {
|
|
|
settleReceiptQuerySum(params).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.totalData = Object.assign(this.totalData, res.data)
|
|
|
+ const tab = this.tabPaneData.find(item => item.bizType == this.queryParam.bizType)
|
|
|
+ tab.countNum = this.totalData.count || 0
|
|
|
}
|
|
|
})
|
|
|
},
|