@@ -1,5 +1,5 @@
<!--
- * @LastEditors: wangcc
+ * @LastEditors: gcz
-->
<template>
<div class>
@@ -484,7 +484,7 @@ export default {
this.page2Char2.xAxis.data = [];
this.page2Char2.series = [];
- const rows = res.rows;
+ const rows = res.data;
// console.log(rows)
// x坐标
this.page2Char2.xAxis.data = rows.map((item) => {