lex-xin 4 months ago
parent
commit
abda9de0b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/accompany/music-list.tsx

+ 1 - 1
src/views/accompany/music-list.tsx

@@ -262,7 +262,7 @@ export default defineComponent({
             <DropdownMenu activeColor="var(--van-primary)">
               <DropdownItem
                 v-model:modelValue={data.value1}
-                options={option1.value}
+                options={option1.value as any}
                 onChange={() => {
                   data.value2 = null
                   onSearch()