소스 검색

Merge branch 'fine-music-score' into dev

lex 2 년 전
부모
커밋
e8128751a8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/music/list/index.tsx

+ 1 - 2
src/views/music/list/index.tsx

@@ -118,8 +118,7 @@ export default defineComponent({
       const tempParams = {
         ...params,
         idAndName: params.search,
-        createBy: teacherId,
-        myself: false
+        createBy: teacherId
       }
       // if (state.platformType === 'TEACHER') {