洪海涛 %!s(int64=4) %!d(string=hai) anos
pai
achega
dbf446dd62
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/workbench/team/components/ganntViews.vue

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