소스 검색

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 년 전
부모
커밋
0e1088be9e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)