|
@@ -149,7 +149,10 @@ export default {
|
|
|
timeInfo: {
|
|
|
startTime: moment(this.timeSelectVal[0]).format('YYYY.MM.DD'),
|
|
|
endTime: moment(this.timeSelectVal[1]).format('YYYY.MM.DD')
|
|
|
- }
|
|
|
+ },
|
|
|
+ peoples: [
|
|
|
+ ...this.filtrate.checkedMembers
|
|
|
+ ]
|
|
|
}
|
|
|
this.loading = true
|
|
|
if (this.radio1 === '按日程') {
|