SunZehao 1 dienu atpakaļ
vecāks
revīzija
c4af622c76

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

@@ -626,7 +626,7 @@ const getAlarmHistoryt = async () => {
     description: state.description,
     begin: state.dateTime[0],
     end: state.dateTime[1],
-    isclose: state.statusId === "0" ? false : true
+    isclose: state.statusId === 0 ? false : true
   };
   const { data } = await alarm_history(params);
   //   tableLoading.value = false;
@@ -750,6 +750,7 @@ const export2Excel = async () => {
 };
 // 分页导航
 const handlePageChange = (val) => {
+    debugger
   query.page = val;
   getAlarmHistoryt();
 };

+ 6 - 5
src/views/economicsOperation/thematicAnalysis/comprehensiveAnalysis/index.vue

@@ -763,12 +763,13 @@ export default {
             type: "pie",
             radius: [0, 80],
             center: ["38%", "50%"],
-            roseType: "area",
+            // roseType: "area",
             label: {
-              normal: {
-                color: "#fff",
-                formatter: "{d}%",
-              },
+              show: false,
+            //   normal: {
+            //     color: "#fff",
+            //     formatter: "{d}%",
+            //   },
             },
 
             itemStyle: {