From 1384c9745d48b0154ad325bd48bd622db2e5c6dd Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 23 九月 2024 13:18:44 +0800
Subject: [PATCH] 指标管理;指标执行器

---
 src/api/metric/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/metric/index.ts b/src/api/metric/index.ts
index b5233f2..dd102bb 100644
--- a/src/api/metric/index.ts
+++ b/src/api/metric/index.ts
@@ -4,7 +4,7 @@
  * @param {FormData} params
  **/
 export const getMetricNameListByPost = (
-	params,
+	params?,
 
 	extraData: ExtraConfig = {}
 ) =>

--
Gitblit v1.9.3