Browse Source

Update index.tsx

lex-xin 6 months ago
parent
commit
40d6d87235
1 changed files with 1 additions and 2 deletions
  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,