田源
2023-12-25 6ef001c79a3d09b716a47e4be8c13f3753c311c1
Source/UBCS-WEB/src/views/statistic/statisticPage.vue
@@ -129,8 +129,6 @@
    async getEcharts() {
      try {
        const firstResponse = await getBtmAndChart();
        this.ResponseData = await getBtmAndChart();
        console.log(firstResponse)
        const btmNames = Object.keys(firstResponse.data.data).join(',');
        const btmValue = Object.values(firstResponse.data.data);
        if (!btmNames) {
@@ -189,8 +187,6 @@
              });
            });
          }
        } else {
          console.log('else')
        }
      });
    },
@@ -273,7 +269,6 @@
    },
    //表格多选
    selectChange(selection) {
      console.log('selection', selection)
      this.selectData = selection;
    },
  }