lex 2 years ago
parent
commit
224051f58c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/music/search/select-subject.tsx

+ 1 - 1
src/views/music/search/select-subject.tsx

@@ -22,7 +22,7 @@ export default defineComponent({
     },
     type: {
       type: String,
-      default: ''
+      default: 'MUSIC'
     },
     onComfirm: {
       type: Function,