数据看板

This commit is contained in:
lSun 2024-12-18 21:32:31 +08:00
parent 56a3c5a248
commit 810e94e043
1 changed files with 20 additions and 18 deletions

View File

@ -242,6 +242,7 @@
pageSize: 10, pageSize: 10,
userId: undefined, userId: undefined,
attStatis: undefined, attStatis: undefined,
attCurrentMonth:undefined
}, },
tableDataRecord: [], tableDataRecord: [],
totalTwo: 0, totalTwo: 0,
@ -340,6 +341,7 @@
this.id = row.id; this.id = row.id;
this.title = titleBoss; this.title = titleBoss;
this.queryRecord.userId = row.userId; this.queryRecord.userId = row.userId;
this.queryRecord.attCurrentMonth = row.attCurrentMonth;
this.attCurrentMonth = row.attCurrentMonth; this.attCurrentMonth = row.attCurrentMonth;
if(titleBoss=='打卡记录'){ if(titleBoss=='打卡记录'){
this.queryRecord.attStatis=1; this.queryRecord.attStatis=1;