From 4f97657270b7aef0d3b7a6b25ea2b4adb07a77c7 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Fri, 10 Nov 2023 16:55:34 +0800
Subject: [PATCH] 新增风险等级筛选条件、等级颜色
---
src/api/analyse/plan/index.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/analyse/plan/index.ts b/src/api/analyse/plan/index.ts
index 2e01c70..ebfbbc2 100644
--- a/src/api/analyse/plan/index.ts
+++ b/src/api/analyse/plan/index.ts
@@ -72,6 +72,14 @@
method: 'post',
data: params
});
+ },
+
+ reSendJob: (params: object)=>{
+ return request({
+ url: import.meta.env.VITE_API_URL + '/risk/update/appoint',
+ method: 'post',
+ data: params
+ });
}
};
}
--
Gitblit v1.9.2