|
|
@@ -333,13 +333,14 @@ export default {
|
|
|
if (this.listData.length > 0) {
|
|
|
// 做部门和姓名处理
|
|
|
this.listData.forEach((item) => {
|
|
|
- item.userName = this.getUserLabel(item.yong_hu_id_)
|
|
|
- item.deptName = this.getDeptLabel(item.bu_men_)
|
|
|
+ item.userName = this.getUserLabel(item.yongHuId)
|
|
|
+ item.deptName = this.getDeptLabel(item.buMen)
|
|
|
// 考勤状态-缺勤
|
|
|
if (item.kaoQinZhuangTa === '') {
|
|
|
item.kaoQinZhuangTa = '异常'
|
|
|
}
|
|
|
})
|
|
|
+ this.pagination.totalCount = res.data.pageResult.totalCount
|
|
|
}
|
|
|
|
|
|
})
|