数据看板
This commit is contained in:
parent
56a3c5a248
commit
810e94e043
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue