|
@@ -86,6 +86,7 @@ export default {
|
|
|
// 后端好了需要删掉
|
|
|
getTest() {
|
|
|
this.moniparamData = emsdata.moniparamData
|
|
|
+ console.log(7788,this.moniparamData)
|
|
|
this.initEcharts()
|
|
|
},
|
|
|
// 时间处理
|
|
@@ -94,6 +95,7 @@ export default {
|
|
|
this.queryParam.logtimebegin= dateString[0]
|
|
|
this.queryParam.logtimeend= dateString[1]
|
|
|
},
|
|
|
+ // 获取能源参数下拉列表
|
|
|
getNycsList(){
|
|
|
getAction(this.url.nycsList, null).then((res) => {
|
|
|
// this.options = res.map((item,index )=> {
|