From dd5fbe2e6cacffa0ff67f0f68c262d14ddfce3cc Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 24 十一月 2023 15:21:56 +0800
Subject: [PATCH] 1.修复指标排名界面的排序换页后重置的问题

---
 src/api/exceptionApi.js |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/api/exceptionApi.js b/src/api/exceptionApi.js
index cfc4c1f..18133e5 100644
--- a/src/api/exceptionApi.js
+++ b/src/api/exceptionApi.js
@@ -42,6 +42,10 @@
 
 
 
+
+
+
+
   /**
    *
    * @param {*} siteName
@@ -63,7 +67,11 @@
   },
 
   
-
+/**
+ * 鑾峰彇鎵�鏈夌殑鐐逛綅鍚嶇О鍜屽搴旂殑璁惧缂栧彿
+ * @param锛� 
+ * @returns锛�
+ */
   getSitesNum() {
     return $http.get('/dust/sitename')
   },
@@ -79,5 +87,15 @@
       params.exceptionType = temp
     }
     return $http.get('/dust/exceptionsSiteName', { params: params })
-  }
+  },
+
+  /**
+   * 鏌ヨ涓嶅悓鐨勫紓甯哥被鍨�
+   * @param锛� 
+   * @returns锛�
+   */
+  queryExceptionType(){
+    return $http.get('/dust/exceptiontype')
+  },
+
 }

--
Gitblit v1.9.3