lex-xin 6 hónapja
szülő
commit
40d6d87235
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      src/views/tempo-practice/setting-modal/index.tsx

+ 1 - 2
src/views/tempo-practice/setting-modal/index.tsx

@@ -188,8 +188,7 @@ export default defineComponent({
 
     const tempoListData = computed(() => {
       const list = tempoListNum.value  // Object.keys(tempoList.value);
-      console.log(list, 'list')
-      return list.map(key => {
+      return list.map((key: any) => {
         return {
           index: key,
           key: key,