diff --git a/src/views/index.vue b/src/views/index.vue index af44816..ccb5d34 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -200,7 +200,7 @@ @row-click="table1Current" > - + @@ -1387,7 +1387,10 @@ onMounted(() => { getShildTableList() // testFun() getDotsData() - tableData1.value = JSON.parse(localStorage.getItem('tableData1') || '[]') + setTimeout(()=>{ + tableData1.value = JSON.parse(localStorage.getItem('tableData1') || '[]') + + },100) })