|
@@ -187,7 +187,7 @@ export default {
|
|
|
{
|
|
|
statiomName: "预测功率",
|
|
|
stse: "",
|
|
|
- sts: "ZYCGL",
|
|
|
+ sts: "FCFGDQDT0001",
|
|
|
},
|
|
|
{
|
|
|
statiomName: "保证功率",
|
|
@@ -312,7 +312,7 @@ export default {
|
|
|
getPowerStationAssets() {
|
|
|
GetWpPoints({
|
|
|
wpid: this.stationCode,
|
|
|
- uniformcodes: "ZYCGL,SSZBZGL,SSZNHGLZS,SSZGL",
|
|
|
+ uniformcodes: "FCFGDQDT0001,SSZBZGL,SSZNHGLZS,SSZGL",
|
|
|
}).then(({ data }) => {
|
|
|
this.tmpData.forEach((item) => {
|
|
|
data.data.forEach((i) => {
|