From b8b2820d1a0a55a5555434a3ec95f8bbec1db06d Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 14 十二月 2023 15:22:54 +0800 Subject: [PATCH] 1.飞行巡检和审核辅助页面中的对话框写成组件 2.增加了数据请求和异常分析配置参数的可视化页面 3.修改了站点输入框,使能够模糊匹配 --- 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