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; }, }