From f6b0e262db2af5ca2e5ed76f95e746c1dd3c58e3 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 01 二月 2024 15:17:47 +0800
Subject: [PATCH] 开发业务接口

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

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 2b43541..c179688 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -21,3 +21,8 @@
 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