Explorar el Código

Update music-list.tsx

lex-xin hace 4 meses
padre
commit
79fb75db04
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/views/accompany/music-list.tsx

+ 5 - 0
src/views/accompany/music-list.tsx

@@ -89,6 +89,11 @@ export default defineComponent({
             value: item.id + ''
           })
         })
+
+        data.subjectList.unshift({
+          text: '全部声部',
+          value: ''
+        })
       } catch {
         //
       }