Browse Source

更新预测功率数据

baiyanting 1 year ago
parent
commit
e5755a5821

+ 1 - 1
src/components/qushi/qushiDialog.vue

@@ -569,7 +569,7 @@ export default {
         });
 
         resData.forEach((value) => {
-          if (!value) {
+          if (value == {}) {
             value.nemCode = "";
           }
           pointIds += value.nemCode + ",";

+ 2 - 2
src/views/layout/Menu.vue

@@ -111,12 +111,12 @@ export default {
               path: "/monitor/zhzb",
             },
             {
-              text: "Agc",
+              text: "Agc监视",
               icon: "svg-agc",
               path: "/monitor/agc",
             },
             {
-              text: "场站",
+              text: "场站监视",
               icon: "svg-single-station-surveillance",
               path: "/monitor/factoryMonitor",
               children: [

+ 1 - 1
src/views/stateMonitor/Agc/components/agc-panel.vue

@@ -125,7 +125,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "BDSAMC",
-          sts: "FCFGCDQ0001",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "有功设定限值",

+ 1 - 1
src/views/stateMonitor/DetailMatrix/detailMatrix.vue

@@ -640,7 +640,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "",
-          sts: "ZYCGL",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "保证功率",

+ 1 - 1
src/views/stateMonitor/LightMatrix/lightMatrix.vue

@@ -464,7 +464,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "",
-          sts: "ZYCGL",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "保证功率",

+ 1 - 1
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMatrixMonitor/index.vue

@@ -641,7 +641,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "CZMC",
-          sts: "ZYCGL",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "保证功率",

+ 1 - 1
src/views/stateMonitor/factoryMonitor/photovoltaic/lighthome/index.vue

@@ -621,7 +621,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "",
-          sts: "ZYCGL",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "保证功率",

+ 1 - 1
src/views/stateMonitor/factoryMonitor/windPowerPlant/matrixMonitor/index.vue

@@ -639,7 +639,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "CZMC",
-          sts: "ZYCGL",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "保证功率",

+ 2 - 2
src/views/stateMonitor/factoryMonitor/windPowerPlant/windPower/index.vue

@@ -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) => {

+ 2 - 2
src/views/stateMonitor/factoryMonitor/windPowerPlant/windhome/index.vue

@@ -623,7 +623,7 @@ export default {
         {
           statiomName: "预测功率",
           stse: "",
-          sts: "ZYCGL",
+          sts: "FCFGDQDT0001",
         },
         {
           statiomName: "保证功率",
@@ -835,7 +835,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) => {