Browse Source

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 years ago
parent
commit
0e1088be9e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/teamBuild/components/select-msic.vue

+ 0 - 1
src/views/teamBuild/components/select-msic.vue

@@ -128,7 +128,6 @@ export default {
           rows: this.rules.limit,
           page: this.rules.page,
           organId: this.organId,
-          musicGroupStatus: 'PROGRESS',
           ...this.search
         })
         this.tableData = res.data.rows.filter(item => item.id !== this.$route.query.id)