瀏覽代碼

Update index.tsx

lex-xin 6 月之前
父節點
當前提交
40d6d87235
共有 1 個文件被更改,包括 1 次插入2 次删除
  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,