From 03094b048acfbb444bb298273d698189d18a1a0f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 23 十一月 2023 17:40:55 +0800
Subject: [PATCH] 1. 修改了风险模型的统计信息的函数

---
 src/api/site/siteInfo.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/site/siteInfo.js b/src/api/site/siteInfo.js
index 42b073f..75a8ff9 100644
--- a/src/api/site/siteInfo.js
+++ b/src/api/site/siteInfo.js
@@ -34,6 +34,15 @@
    */
   queryScenarioTypeName(){
     return $http.get('/dust/scenario')
+  },
+
+  /**
+   * 鏍规嵁鐐逛綅鍚嶅瓧鏌ヨ瀵瑰簲鐨勮澶囩紪鍙�
+   * @param锛� 
+   * @returns锛�
+   */
+  queryMnCode(siteName){
+    return $http.get('/dust/siteInfo/mncode',{params:{siteName:siteName}})
   }
 
 }
\ No newline at end of file

--
Gitblit v1.9.3