liujq 1 неделя назад
Родитель
Сommit
ad9323bc3b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/bigdata/month.vue

+ 1 - 1
src/views/bigdata/month.vue

@@ -58,7 +58,7 @@ export default {
   },
   computed: {
     tableData2() {
-      const arr = [...this.tableData, { year: '2025', month: '12', id: 123, big_data_type: 'xf' }]
+      const arr = [...this.tableData]
       arr.map(item => {
         item.dataTime = `${item.year}-${item.month}`
       })