洪海涛 4 жил өмнө
parent
commit
dbf446dd62

+ 4 - 1
src/views/workbench/team/components/ganntViews.vue

@@ -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 === '按日程') {