瀏覽代碼

人员添加

洪海涛 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 === '按日程') {