From 15e588eb6a7549ecd2aaffb45e67f11e68354eb6 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 05 二月 2024 18:22:19 +0800
Subject: [PATCH] 111

---
 company/src/api/business/applyChange.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index c179688..de60e43 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -26,3 +26,18 @@
 export function findList (data) {
     return request.post('/business/applyDetail/findList', data)
 }
+
+// 涓氬姟澶勭悊
+export function applyChangeOpt (data) {
+    return request.post('/business/applyChange/applyChangeOpt', data)
+}
+
+// 鍒楄〃鏌ヨ
+export function applyChagneDetailList (data) {
+    return request.post('/business/applyChagneDetail/list', data)
+}
+
+// 淇敼
+export function update (data) {
+    return request.post('/business/applyChange/update', data)
+}

--
Gitblit v1.9.3