|
@@ -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,
|