From 78fe09655c8dfcb7e977e6f04ebd5cd517ff7e87 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 29 Jun 2026 16:41:10 +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..36d8a1d 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/appointNew',
+				method: 'post',
+				data: params
+			});
 		}
 	};
 }

--
Gitblit v1.9.2