Browse Source

1.将默认选中麻黄山去掉;
2.玫瑰图页面bug改

mw_666 3 years ago
parent
commit
632dfa85a5

+ 0 - 1
src/views/Decision/Decision2.vue

@@ -728,7 +728,6 @@ export default {
         baseURL: "http://10.155.32.4:9001/",
         subUrl: "benchmarking/wplist",
         success(res) {
-			that.value1.push(res.data[0].id);
         //   that.value2.push(res.data[0].id);
           that.ChangZhan = res.data;
           //  that.AjaxCommon();

+ 0 - 1
src/views/Decision/Decision2Cndb.vue

@@ -650,7 +650,6 @@ export default {
         subUrl: "benchmarking/wplist",
         success(res) {
           that.ChangZhan = res.data;
-          that.value1 = res.data[0].id;
         },
       });
     },

+ 0 - 1
src/views/Decision/Decision2Xmdb.vue

@@ -682,7 +682,6 @@ export default {
         baseURL: "http://10.155.32.4:9001/",
         subUrl: "benchmarking/wplist",
         success(res) {
-          that.value1.push(res.data[0].id);
           that.ChangZhan = res.data;
           that.AjaxCommon();
         },

+ 1 - 1
src/views/NewPages/dj1.vue

@@ -1422,7 +1422,7 @@ export default {
               mgtData.data[0].value.push(ele.data1);
             });
           }
-
+			mgtData.data[0].value.reverse();
           that[dataKey] = mgtData;
         },
       });

+ 10 - 4
src/views/Others/otherComponent.vue

@@ -48,17 +48,23 @@
 						{
 							label: "基础库",
 							children: [{
-								label: "故障样本库",
+								label: "风机",
 								id: 'jck1'
 							}, {
-								label: "性能下降样本库",
+								label: "升压站",
 								id: 'jck2'
 							}, {
-								label: "预警分析样本库",
+								label: "场站",
 								id: 'jck3'
 							}, {
-								label: "智能营销样本库",
+								label: "逆变器",
 								id: 'jck4'
+							}, {
+								label: "测点",
+								id: 'jck5'
+							}, {
+								label: "风机类型",
+								id: 'jck6'
 							}],
 						},
 						{