浏览代码

功能修改

SunZehao 5 月之前
父节点
当前提交
566fb41ebb

+ 2 - 2
src/api/economic/index.js

@@ -64,13 +64,13 @@ const benchmarkingWplist = (data) => {
 
 export const getWpList = (data) => {
   return request({
-    url: `/benchmarking/wpByCplist?companyids=SXJ_RGN&type=${data.type}`,
+    url: `/benchmarking/wpByCplist?companyids=NX_FGS&type=${data.type}`,
     method: "get",
   });
 };
 export const getSubList = (data) => {
   return request({
-    url: `/benchmarking/subByCplist?companyids=SXJ_RGN&type=${data.type}`,
+    url: `/benchmarking/subByCplist?companyids=NX_FGS&type=${data.type}`,
     method: "get",
   });
 };

+ 1 - 1
src/components/coms/wt-chooser/wt-chooser.vue

@@ -87,7 +87,7 @@ export default {
     getWpList() {
       axios({
         baseURL: process.env.VUE_APP_API,
-        url: `/benchmarking/wpByCplist?companyids=SXJ_RGN&type=-1`,
+        url: `/benchmarking/wpByCplist?companyids=NX_FGS&type=-1`,
       }).then((res) => {
         if (res.data?.data?.code === 200) {
           this.wpList = res.data.data.data || [];

+ 4 - 4
src/components/headerNav/index.vue

@@ -64,7 +64,7 @@ export default {
       type: String,
       default: "",
     },
-    companyid: { type: String, default: "SXJ_RGN" },
+    companyid: { type: String, default: "NX_FGS" },
     currents: { type: Number, default: 0 },
   },
   components: { SvgIcon },
@@ -100,7 +100,7 @@ export default {
       childNode: [],
       regionList: [
         { name: "全国", key: "KGDL_FGS" },
-        { name: "山西", key: "SXJ_RGN" },
+        { name: "山西", key: "NX_FGS" },
         { name: "内蒙", key: "NMM_RGN" },
       ],
     };
@@ -124,7 +124,7 @@ export default {
   methods: {
     getOrganizationList() {
       if (this.currents == 1 && this.wpId.includes("SXJ")) {
-        headerCompany({ regionid: "SXJ_RGN" }).then(({ data }) => {
+        headerCompany({ regionid: "NX_FGS" }).then(({ data }) => {
           this.childNode = data.data;
         });
       } else {
@@ -141,7 +141,7 @@ export default {
         "firstRender",
         this.activeTab,
         this.showType,
-        enterprise == "all" ? "SXJ_RGN" : enterprise,
+        enterprise == "all" ? "NX_FGS" : enterprise,
         enterprise == "all" ? "清洁能源" : name
       );
     },

+ 4 - 4
src/components/headerNavSta/index.vue

@@ -60,7 +60,7 @@
             },
             companyid: {
                 type: String,
-                default: "SXJ_RGN"
+                default: "NX_FGS"
             },
             currents: {
                 type: Number,
@@ -106,7 +106,7 @@
                     },
                     {
                         name: "山西",
-                        key: "SXJ_RGN"
+                        key: "NX_FGS"
                     },
                     {
                         name: "内蒙",
@@ -135,7 +135,7 @@
             getOrganizationList() {
                 if (this.currents == 1 && this.wpId.includes("SXJ")) {
                     headerCompany({
-                        regionid: "SXJ_RGN"
+                        regionid: "NX_FGS"
                     }).then(({
                         data
                     }) => {
@@ -159,7 +159,7 @@
                     "firstRender",
                     this.activeTab,
                     this.showType,
-                    enterprise == "all" ? "SXJ_RGN" : enterprise,
+                    enterprise == "all" ? "NX_FGS" : enterprise,
                     enterprise == "all" ? "清洁能源" : name
                 );
             },

+ 1 - 1
src/views/HealthControl/healthDetail/wtHealth/index.vue

@@ -844,7 +844,7 @@ export default {
     search() {
       axios({
         baseURL: process.env.VUE_APP_API,
-        url: `/benchmarking/wpByCplist?companyids=SXJ_RGN&type=-1`,
+        url: `/benchmarking/wpByCplist?companyids=NX_FGS&type=-1`,
       }).then((res) => {
         if (res.data?.data?.code === 200) {
           this.options = res.data.data.data || [];

+ 1 - 1
src/views/HealthControl/healthManagement/healthList/index.vue

@@ -168,7 +168,7 @@ export default {
       axios({
         method: "get",
         baseURL: process.env.VUE_APP_API,
-        url: `/benchmarking/wpByCplist?companyids=SXJ_RGN&type=-1`,
+        url: `/benchmarking/wpByCplist?companyids=NX_FGS&type=-1`,
       }).then((res) => {
         if (res.data.data.code === 200) {
           this.options = res.data.data?.data || [];

+ 2 - 2
src/views/Home/components/map.vue

@@ -1428,7 +1428,7 @@ export default {
         },
         {
           name: "山西",
-          wpId: "SXJ_RGN",
+          wpId: "NX_FGS",
         },
       ],
       switchShow: false, //接入情况弹窗
@@ -1981,7 +1981,7 @@ export default {
         if (name != "山西") {
           fcId = this.historyWpId;
         } else {
-          fcId = "SXJ_RGN";
+          fcId = "NX_FGS";
         }
         this.flag = true;
         this.penetrateType = 3;

+ 1 - 1
src/views/Home/components/map/SX.vue

@@ -1471,7 +1471,7 @@ export default {
     },
     companyid: {
       type: String,
-      default: "SXJ_RGN",
+      default: "NX_FGS",
     },
   },
   // 自定义事件

+ 2 - 2
src/views/Home/components/map/svg-map-nx.vue

@@ -3607,7 +3607,7 @@
           <g v-if="showPoint && $store.state.themeName === 'dark'">
             <g
               class="item-label"
-              @click="clickLabel('SXJ_RGN', '山西', 3)"
+              @click="clickLabel('NX_FGS', '山西', 3)"
               @mouseover="mouseoverIncident('山西')"
               @mouseout="mouseoutIncident('山西')"
             >
@@ -3884,7 +3884,7 @@
           <g v-if="showPoint && $store.state.themeName === 'light'">
             <g
               class="item-label"
-              @click.stop="clickLabel('SXJ_RGN', '山西')"
+              @click.stop="clickLabel('NX_FGS', '山西')"
               @mouseover="mouseoverIncident('山西')"
               @mouseout="mouseoutIncident('山西')"
             >

+ 23 - 23
src/views/IntegratedAlarm/alarmConfig/customConfig/index.vue

@@ -605,7 +605,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "XWT",
@@ -659,7 +659,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "BHB",
@@ -713,7 +713,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YF",
@@ -767,7 +767,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "BHB3",
@@ -821,7 +821,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "PDL",
@@ -875,7 +875,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "NJL",
@@ -929,7 +929,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "DJY",
@@ -983,7 +983,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "GJY",
@@ -1037,7 +1037,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "PTZ",
@@ -1091,7 +1091,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "HSM",
@@ -1145,7 +1145,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "ZK",
@@ -1199,7 +1199,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YTY",
@@ -1253,7 +1253,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YLZ",
@@ -1361,7 +1361,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YY",
@@ -1415,7 +1415,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "PL",
@@ -1469,7 +1469,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YX",
@@ -1523,7 +1523,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "TZ",
@@ -1577,7 +1577,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YG",
@@ -1631,7 +1631,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "FS",
@@ -1685,7 +1685,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "SY",
@@ -1739,7 +1739,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "HR",
@@ -1793,7 +1793,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "TL",
@@ -1847,7 +1847,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "JR",

+ 23 - 23
src/views/IntegratedAlarm/alarmConfig/historyConfig/index.vue

@@ -856,7 +856,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "XWT",
@@ -910,7 +910,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "BHB",
@@ -964,7 +964,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YF",
@@ -1018,7 +1018,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "BHB3",
@@ -1072,7 +1072,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "PDL",
@@ -1126,7 +1126,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "NJL",
@@ -1180,7 +1180,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "DJY",
@@ -1234,7 +1234,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "GJY",
@@ -1288,7 +1288,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "PTZ",
@@ -1342,7 +1342,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "HSM",
@@ -1396,7 +1396,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "ZK",
@@ -1450,7 +1450,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YTY",
@@ -1504,7 +1504,7 @@ const stationList = ref([
     height: null,
     windType: "-1",
     companyId: "SXJ_KGDL_FLFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YLZ",
@@ -1612,7 +1612,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YY",
@@ -1666,7 +1666,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "PL",
@@ -1720,7 +1720,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YX",
@@ -1774,7 +1774,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "TZ",
@@ -1828,7 +1828,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "YG",
@@ -1882,7 +1882,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "FS",
@@ -1936,7 +1936,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "SY",
@@ -1990,7 +1990,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "HR",
@@ -2044,7 +2044,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "TL",
@@ -2098,7 +2098,7 @@ const stationList = ref([
     height: null,
     windType: "-2",
     companyId: "SXJ_KGDL_GFFD_ZGS",
-    regionId: "SXJ_RGN",
+    regionId: "NX_FGS",
     groupId: "KGDL_FGS",
     isAble: 1,
     spare1: "JR",

+ 1 - 1
src/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index.vue

@@ -596,7 +596,7 @@ const getWindturbineList = async () => {
       name: "01号风机",
       aname: "#1",
       isStandard: 1,
-      regionId: "SXJ_RGN",
+      regionId: "NX_FGS",
       companyId: "SXJ_KGDL_FLFD_ZGS",
       isable: 1,
       equipmentCategory: -1,

+ 1 - 1
src/views/IntegratedAlarm/safe/customWarning/index.vue

@@ -561,7 +561,7 @@ const getWindturbineList = async () => {
       name: "01号风机",
       aname: "#1",
       isStandard: 1,
-      regionId: "SXJ_RGN",
+      regionId: "NX_FGS",
       companyId: "SXJ_KGDL_FLFD_ZGS",
       isable: 1,
       equipmentCategory: -1,

+ 1 - 1
src/views/IntegratedAlarm/safe/historyWarning/index.vue

@@ -768,7 +768,7 @@ const getWindturbineList = async () => {
       name: "01号风机",
       aname: "#1",
       isStandard: 1,
-      regionId: "SXJ_RGN",
+      regionId: "NX_FGS",
       companyId: "SXJ_KGDL_FLFD_ZGS",
       isable: 1,
       equipmentCategory: -1,

+ 1 - 1
src/views/IntegratedAlarm/safe/stopQuery/index.vue

@@ -263,7 +263,7 @@ export default {
           name: "01号风机",
           aname: "#1",
           isStandard: 1,
-          regionId: "SXJ_RGN",
+          regionId: "NX_FGS",
           companyId: "SXJ_KGDL_FLFD_ZGS",
           isable: 1,
           equipmentCategory: -1,

+ 1 - 1
src/views/economicsOperation/healthReport/index.vue

@@ -343,7 +343,7 @@ const getWindturbineList = async () => {
       name: "01号风机",
       aname: "#1",
       isStandard: 1,
-      regionId: "SXJ_RGN",
+      regionId: "NX_FGS",
       companyId: "SXJ_KGDL_FLFD_ZGS",
       isable: 1,
       equipmentCategory: -1,

+ 2 - 1
src/views/economicsOperation/nxfHomePage/component/dataJJJson.json

@@ -3,7 +3,8 @@
     "code": 200,
     "message": "成功",
     "data": {
-        "fdl": [{
+        "fdl": [
+            {
             "name": "日发电量",
             "value": 103.62,
             "total": 200,

+ 11 - 11
src/views/economicsOperation/windAnalyse/cutInAndOutAnalysis/dataHistoryJson.json

@@ -79,7 +79,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -156,7 +156,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -233,7 +233,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -310,7 +310,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -387,7 +387,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -464,7 +464,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -541,7 +541,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -618,7 +618,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -695,7 +695,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -772,7 +772,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -849,7 +849,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"

+ 21 - 21
src/views/economicsOperation/windAnalyse/cutInAndOutAnalysis/dataJson.json

@@ -79,7 +79,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#4",
                     "modelId": "SEC-W02B-1250kW"
@@ -156,7 +156,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#33",
                     "modelId": "SEC-W02B-1250kW"
@@ -233,7 +233,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#30",
                     "modelId": "SEC-W02B-1250kW"
@@ -310,7 +310,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#23",
                     "modelId": "SEC-W02B-1250kW"
@@ -387,7 +387,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#9",
                     "modelId": "SEC-W02B-1250kW"
@@ -464,7 +464,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#1",
                     "modelId": "SEC-W02B-1250kW"
@@ -541,7 +541,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#16",
                     "modelId": "SEC-W02B-1250kW"
@@ -618,7 +618,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#32",
                     "modelId": "SEC-W02B-1250kW"
@@ -695,7 +695,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#14",
                     "modelId": "SEC-W02B-1250kW"
@@ -772,7 +772,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#29",
                     "modelId": "SEC-W02B-1250kW"
@@ -849,7 +849,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#12",
                     "modelId": "SEC-W02B-1250kW"
@@ -926,7 +926,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#17",
                     "modelId": "SEC-W02B-1250kW"
@@ -1003,7 +1003,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#3",
                     "modelId": "SEC-W02B-1250kW"
@@ -1080,7 +1080,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#24",
                     "modelId": "SEC-W02B-1250kW"
@@ -1157,7 +1157,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#7",
                     "modelId": "SEC-W02B-1250kW"
@@ -1234,7 +1234,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#15",
                     "modelId": "SEC-W02B-1250kW"
@@ -1311,7 +1311,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#22",
                     "modelId": "SEC-W02B-1250kW"
@@ -1388,7 +1388,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#21",
                     "modelId": "SEC-W02B-1250kW"
@@ -1465,7 +1465,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF01_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#6",
                     "modelId": "SEC-W02B-1250kW"
@@ -1542,7 +1542,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#27",
                     "modelId": "SEC-W02B-1250kW"
@@ -1619,7 +1619,7 @@
                     "projectId": "SXJ_KGDL_XWTF01_EG",
                     "lineId": "SXJ_KGDL_XWTF02_LN",
                     "companyId": "SXJ_KGDL_FLFD_ZGS",
-                    "regionId": "SXJ_RGN",
+                    "regionId": "NX_FGS",
                     "types": "-1",
                     "wtcode": "#28",
                     "modelId": "SEC-W02B-1250kW"

+ 23 - 23
src/views/economicsOperation/windAnalyse/singleWindAnasyle/dataJson.json

@@ -28,7 +28,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#1",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213381,
@@ -51,7 +51,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#3",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213383,
@@ -74,7 +74,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#2",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213384,
@@ -97,7 +97,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#4",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213385,
@@ -120,7 +120,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#5",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213386,
@@ -143,7 +143,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#6",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213387,
@@ -166,7 +166,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#7",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213388,
@@ -189,7 +189,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#13",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213389,
@@ -212,7 +212,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#11",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213390,
@@ -235,7 +235,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#10",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213391,
@@ -258,7 +258,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#8",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213392,
@@ -281,7 +281,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#12",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213393,
@@ -304,7 +304,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#14",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213394,
@@ -327,7 +327,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#15",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213395,
@@ -350,7 +350,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#9",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213396,
@@ -373,7 +373,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#16",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213397,
@@ -396,7 +396,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#17",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213398,
@@ -419,7 +419,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#20",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213399,
@@ -442,7 +442,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#18",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213400,
@@ -465,7 +465,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#21",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213401,
@@ -488,7 +488,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#19",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213402,
@@ -511,7 +511,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#23",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 },
                 {
                     "id": 1812666302876213403,
@@ -534,7 +534,7 @@
                     "monthSpeed": 0.0,
                     "yearSpeed": 0.0,
                     "wtcode": "#24",
-                    "regionId": "SXJ_RGN"
+                    "regionId": "NX_FGS"
                 }
             ],
             "total": 33,