|
@@ -2663,7 +2663,7 @@ export default {
|
|
this.proJuctId ? sl.projectId = this.proJuctId : ''
|
|
this.proJuctId ? sl.projectId = this.proJuctId : ''
|
|
sl.startDate = this.rangeDatas[0]
|
|
sl.startDate = this.rangeDatas[0]
|
|
sl.endDate = this.rangeDatas[1]
|
|
sl.endDate = this.rangeDatas[1]
|
|
- sl.deptIds = row.deptIds
|
|
|
|
|
|
+ sl.deptIdStr = row.deptIds
|
|
sl.titleStr = (listText || '')+',总计'
|
|
sl.titleStr = (listText || '')+',总计'
|
|
}
|
|
}
|
|
} else if(this.ins == 25) {
|
|
} else if(this.ins == 25) {
|