From 78a173f85f8a4666d83cf8d900f04dd9f8e3e127 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 08:53:12 +0800
Subject: [PATCH] 提交一把订单

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

diff --git a/company/src/api/business/insuranceApply.js b/company/src/api/business/insuranceApply.js
index 998edaa..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) {
@@ -93,6 +98,7 @@
         trim: true
     })
 }
+
 export function getChangeUnitSignLink (data) {
     return request.post('/business/applyChange/getChangeUnitSignLink', data, {
         trim: true
@@ -175,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