洪海涛 4 年之前
父节点
当前提交
ac7a62b303
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/workbench/team/components/ganntViews.vue

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

@@ -177,13 +177,12 @@ export default {
       this.radioChange()
     },
     queryTeamIdleList(data) {
-
       const today = new Date()
       const colorlist = ['#A1DEFF', '#FAB5B5', '#BCED86', '#FFA87F', '#8E44AD', '#1EBC61', '#0287D0']
       this.personal = false
       this.tasks_personal = []
       let count = 0
-            // 如果数据为空不执行
+      // 如果数据为空不执行
       if (JSON.stringify(data) === '{}') return
       for (const i in data) {
         const color = colorlist[count % colorlist.length]