|
|
@ -464,7 +464,7 @@ export default {
|
|
|
|
this.number = this.number.toFixed(2);
|
|
|
|
this.number = this.number.toFixed(2);
|
|
|
|
if (this.queryParams.monitorHierarchy == "" && this.queryParams.publicShareType == ""){
|
|
|
|
if (this.queryParams.monitorHierarchy == "" && this.queryParams.publicShareType == ""){
|
|
|
|
this.queryParams.type = 0;
|
|
|
|
this.queryParams.type = 0;
|
|
|
|
this.queryParams.energyType = 2;
|
|
|
|
this.queryParams.energyType = 3;
|
|
|
|
this.queryParams.relationId = 1;
|
|
|
|
this.queryParams.relationId = 1;
|
|
|
|
previewPolyline(this.queryParams).then((res) => {
|
|
|
|
previewPolyline(this.queryParams).then((res) => {
|
|
|
|
this.number = res.data.sumEnergyValue;
|
|
|
|
this.number = res.data.sumEnergyValue;
|
|
|
|