From 4555d41a66b83c8eb61bd99faf473985aeffda1f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 01 二月 2024 09:11:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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 f1decd8..c179688 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -11,3 +11,18 @@
export function updateById (data) {
return request.post('/business/applyChange/updateById', data)
}
+
+// 鏂板缓
+export function create (data) {
+ return request.post('/business/applyChange/create', data)
+}
+
+// 鏂板缓
+export function getChangeCountCyclePriceVO (data) {
+ return request.post('/business/applyChange/getChangeCountCyclePriceVO', data)
+}
+
+// 鍒楄〃鏌ヨ
+export function findList (data) {
+ return request.post('/business/applyDetail/findList', data)
+}
--
Gitblit v1.9.3