From a01d637e9ff2bf26aa44c65a239413a38bd8b1fe Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 04 六月 2025 09:39:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
company/src/api/business/insuranceApply.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/insuranceApply.js b/company/src/api/business/insuranceApply.js
index e0270eb..5976ae6 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,12 @@
download: true
})
}
+// 鏌ヨ淇濆崟鏄惁鍙繘琛屽姞鍑忎繚
+export function getApplyPower (data) {
+ return request.post('/business/insuranceApply/getApplyPower', data)
+}
+
+// 鎶曚繚澶嶅
+export function reexamineCheck (data) {
+ return request.post('/business/insuranceApply/reexamineCheck', data)
+}
--
Gitblit v1.9.3