lex 2 anni fa
parent
commit
224051f58c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,