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 | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 2b43541..de60e43 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -21,3 +21,23 @@
export function getChangeCountCyclePriceVO (data) {
return request.post('/business/applyChange/getChangeCountCyclePriceVO', data)
}
+
+// 鍒楄〃鏌ヨ
+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