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