From fabfb747cc25acc85993d133821ceb19532cab0b Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 21 May 2025 14:55:31 +0800
Subject: [PATCH] 修改
---
src/api/analyse/identify/index.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/analyse/identify/index.ts b/src/api/analyse/identify/index.ts
index 282da3f..9d4b2d2 100644
--- a/src/api/analyse/identify/index.ts
+++ b/src/api/analyse/identify/index.ts
@@ -10,6 +10,14 @@
});
},
+ getAssessExport: (params: object) => {
+ return request({
+ url: import.meta.env.VITE_API_URL + '/risk/select/selectAssessExport',
+ method: 'post',
+ data: params
+ });
+ },
+
addIdentify: (params: object) => {
return request({
url: import.meta.env.VITE_API_URL + '/risk/update/identification',
--
Gitblit v1.9.2