liujq 1 周之前
父節點
當前提交
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}`
       })