|
|
|
@ -3361,6 +3361,7 @@ export default {
|
|
|
|
|
// this.handle_GetS2MBATTENERGYINFO4();
|
|
|
|
|
// this.handle_GetS2MBATTENERGYINFO5();
|
|
|
|
|
// this.handle_GetS2MBATTENERGYINFO6();
|
|
|
|
|
// console.log(this.$route.query.id,'id');
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.getListHandler = index;
|
|
|
|
@ -3414,7 +3415,7 @@ export default {
|
|
|
|
|
// 获取列表数据
|
|
|
|
|
getList() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getListHandler()
|
|
|
|
|
this.getListHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res = response.data;
|
|
|
|
|
this.dataList = res;
|
|
|
|
@ -3428,7 +3429,7 @@ export default {
|
|
|
|
|
getAlarmOnelist() {
|
|
|
|
|
// this.beforeGetList()
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getAlarmOnelistHandler()
|
|
|
|
|
this.getAlarmOnelistHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const alarmOne = response.data;
|
|
|
|
|
this.alarmOneList = alarmOne;
|
|
|
|
@ -3441,7 +3442,7 @@ export default {
|
|
|
|
|
//
|
|
|
|
|
getAlarmTwolist() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getAlarmTwolistHandler()
|
|
|
|
|
this.getAlarmTwolistHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const alarmTwo = response.data;
|
|
|
|
|
this.alarmTwoList = alarmTwo;
|
|
|
|
@ -3453,7 +3454,7 @@ export default {
|
|
|
|
|
//
|
|
|
|
|
getRelaystatusList() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getRelaystatusHandler()
|
|
|
|
|
this.getRelaystatusHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const Relaystatus = response.data;
|
|
|
|
|
this.relaystatusList = Relaystatus;
|
|
|
|
@ -3464,7 +3465,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getChargedischargecurrentList() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getChargedischargecurrentHandler()
|
|
|
|
|
this.getChargedischargecurrentHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const Chargecurrent = response.data;
|
|
|
|
|
this.ChargedischargecurrentList = Chargecurrent;
|
|
|
|
@ -3475,7 +3476,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getRunningstate() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getRunningstateHandler()
|
|
|
|
|
this.getRunningstateHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const runningstate = response.data;
|
|
|
|
|
this.runningstateList = runningstate;
|
|
|
|
@ -3487,7 +3488,7 @@ export default {
|
|
|
|
|
// -----
|
|
|
|
|
getSumvolt() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getSumvoltHandler()
|
|
|
|
|
this.getSumvoltHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res1 = response.data;
|
|
|
|
|
this.res1List = res1;
|
|
|
|
@ -3498,7 +3499,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getSumTemp() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getSumTempHandler()
|
|
|
|
|
this.getSumTempHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res2 = response.data;
|
|
|
|
|
this.res2List = res2;
|
|
|
|
@ -3509,7 +3510,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getChrgaccuInfo() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getChrgaccuInfoHandler()
|
|
|
|
|
this.getChrgaccuInfoHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res3 = response.data;
|
|
|
|
|
this.res31List = res3.s2MCHRGACCUINFO;
|
|
|
|
@ -3523,7 +3524,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getBrachSumvolT() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getBrachSumvolTHandler()
|
|
|
|
|
this.getBrachSumvolTHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res4 = response.data;
|
|
|
|
|
this.res4List = res4;
|
|
|
|
@ -3534,7 +3535,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getBrachSumtemp() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getBrachSumtempHandler()
|
|
|
|
|
this.getBrachSumtempHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res5 = response.data;
|
|
|
|
|
this.res5List = res5;
|
|
|
|
@ -3545,7 +3546,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getCscSumvolt() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getCscSumvoltHandler()
|
|
|
|
|
this.getCscSumvoltHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res6 = response.data;
|
|
|
|
|
this.res6List = res6;
|
|
|
|
@ -3556,7 +3557,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getCscSumtemp() {
|
|
|
|
|
this.listLoading = true;
|
|
|
|
|
this.getCscSumtempHandler()
|
|
|
|
|
this.getCscSumtempHandler(this.$route.query.id)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
const res7 = response.data;
|
|
|
|
|
this.res7List = res7;
|
|
|
|
@ -3566,42 +3567,42 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_GetS2MBATTENERGYINFO1() {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO1().then((response) => {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO1(this.$route.query.id).then((response) => {
|
|
|
|
|
this.batter_cum_one = response.data;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_GetS2MBATTENERGYINFO2() {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO2().then((response) => {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO2(this.$route.query.id).then((response) => {
|
|
|
|
|
this.batter_cum_two = response.data;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_GetS2MBATTENERGYINFO3() {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO3().then((response) => {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO3(this.$route.query.id).then((response) => {
|
|
|
|
|
this.batter_cum_three = response.data;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_GetS2MBATTENERGYINFO4() {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO4().then((response) => {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO4(this.$route.query.id).then((response) => {
|
|
|
|
|
this.batter_cum_four = response.data;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_GetS2MBATTENERGYINFO5() {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO5().then((response) => {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO5(this.$route.query.id).then((response) => {
|
|
|
|
|
this.batter_cum_five = response.data;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_GetS2MBATTENERGYINFO6() {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO6().then((response) => {
|
|
|
|
|
handle_GetS2MBATTENERGYINFO6(this.$route.query.id).then((response) => {
|
|
|
|
|
this.batter_cum_six = response.data;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_BatteryCelllVoltageInfo() {
|
|
|
|
|
handle_BatteryCelllVoltageInfo().then((response) => {
|
|
|
|
|
handle_BatteryCelllVoltageInfo(this.$route.query.id).then((response) => {
|
|
|
|
|
this.BatteryCelllVoltageInfo_list = Object.values(response.data);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handle_BatteryCellTempInfo() {
|
|
|
|
|
handle_BatteryCellTempInfo().then((response) => {
|
|
|
|
|
handle_BatteryCellTempInfo(this.$route.query.id).then((response) => {
|
|
|
|
|
this.BatteryCellTempInfo_list = Object.values(response.data);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|