소스 검색

人员添加

洪海涛 4 년 전
부모
커밋
dbf446dd62
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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 === '按日程') {