|
@@ -80,8 +80,8 @@ export default {
|
|
|
methods:{
|
|
|
// 初始化折线图
|
|
|
getList() {
|
|
|
- console.log(this.query)
|
|
|
- listGraph(this.query.id).then(res => {
|
|
|
+ console.log(this.query.id)
|
|
|
+ listGraph(this.query).then(res => {
|
|
|
console.log(res)
|
|
|
this.echartsData = res.data.data
|
|
|
this.$nextTick(() => {
|