From deb4575b72443cf906946a9fb28a557c16556fb9 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 01 十一月 2024 09:30:50 +0800
Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/yunyibao into 2.0.1
---
company/src/api/business/insuranceApply.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/insuranceApply.js b/company/src/api/business/insuranceApply.js
index e0270eb..bc52189 100644
--- a/company/src/api/business/insuranceApply.js
+++ b/company/src/api/business/insuranceApply.js
@@ -6,6 +6,11 @@
trim: true
})
}
+export function findAllApply(data) {
+ return request.post('/business/insuranceApply/findListByDTO', data, {
+ trim: true
+ })
+}
// 淇敼
export function updateById (data) {
@@ -176,3 +181,7 @@
download: true
})
}
+// 鏌ヨ淇濆崟鏄惁鍙繘琛屽姞鍑忎繚
+export function getApplyPower (data) {
+ return request.post('/business/insuranceApply/getApplyPower', data)
+}
--
Gitblit v1.9.3