瀏覽代碼

团队人员变动修改

wangziqian 5 年之前
父節點
當前提交
03d494114b
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/workbench/team/index.vue

+ 2 - 3
src/views/workbench/team/index.vue

@@ -322,9 +322,8 @@ export default {
         teamSearchInfo: this.searchForm,
         searchScheduleInfo: { origin: this.origin }
       }
-      if (this.checkedMembers.length > 0) {
-        params.peoples = this.checkedMembers
-      }
+
+      params.peoples = this.checkedMembers
       const res = await queryTeamWorkListByTime(params)
       if (res.code === 200) {
         const colorList = ['#08AC85', '#0C77E5', '#ED5209', '#D1C200']