瀏覽代碼

绩效榜和报警预警查询页面查询逻辑修改,健康总览图表图例样式修改

baiyanting 1 年之前
父節點
當前提交
ca758b142c

+ 2 - 1
src/components/chart/pie/dual-pie-chart.vue

@@ -71,9 +71,10 @@ export default {
           },
         },
         legend: {
+          type: "scroll", //分页类型---重点
           orient: "vertical",
           //   left: "left",
-          right: "right",
+          right: "15%",
           top: "center",
           textStyle: {
             color: "rgba(255, 255, 255, 0.75)",

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

@@ -543,6 +543,7 @@ const componentList = computed(() => {
 });
 //get 风机
 const getWindturbineList = async () => {
+  state.deviceId = "";
   const { data } = await fetchWindturbineList(state.stationId);
   state.windturbineList = data;
 };

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

@@ -568,6 +568,7 @@ const componentList = computed(() => {
 });
 //get 风机
 const getWindturbineList = async () => {
+  state.deviceId = "";
   const { data } = await fetchWindturbineList(state.stationId);
   state.windturbineList = data;
   //   state.modelId = modelList.value?.[0]?.id || "";

+ 5 - 0
src/views/economicsOperation/benchmarkingManagement/performanceRankingList/index.vue

@@ -423,10 +423,15 @@ export default {
     },
     handleStationChange(val) {
       this.typeIndex = "1";
+      (this.projectObj = ""),
+        (this.projectList = []),
+        (this.lineObj = ""),
+        (this.lineList = []);
       this.getProject(val);
     },
     handleProjectChange(val) {
       this.typeIndex = "1";
+      (this.lineObj = ""), (this.lineList = []);
       this.getLine(val);
     },
     tabClick(data) {

+ 1 - 1
src/views/stateMonitor/alarmCenter/commonAlarm/index.vue

@@ -373,6 +373,7 @@ export default {
     },
     stationChanged(val) {
       this.station = val;
+      this.wind = "";
       this.page.currentPage = 1;
       this.GetWtOptions(0);
       this.getTableData(0);
@@ -384,7 +385,6 @@ export default {
     },
     handleCurrentChange(val) {
       this.page.currentPage = val;
-      console.log(this.routeFlag);
       this.getTableData();
     },
   },