|
@@ -32,6 +32,8 @@
|
|
|
getSjlylxtj(null).then(resp => {
|
|
|
that.data_type = resp.data.type
|
|
|
that.data_source = resp.data.source
|
|
|
+ // that.data_source=that.data_source.filter(item=>item.name!=='传感器')
|
|
|
+ // console.log(that.data_source)
|
|
|
that.myEcharts()
|
|
|
that.myEcharts2()
|
|
|
})
|