From 24a4359138453f3125264c1c945fcf56092feacc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 29 一月 2024 18:22:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/yunyibao
---
company/src/api/business/insuranceApply.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/insuranceApply.js b/company/src/api/business/insuranceApply.js
index 7235962..a4c416f 100644
--- a/company/src/api/business/insuranceApply.js
+++ b/company/src/api/business/insuranceApply.js
@@ -11,6 +11,12 @@
export function updateById (data) {
return request.post('/business/insuranceApply/updateById', data)
}
+
+// 鏂板缓
+export function create (data) {
+ return request.post('/business/insuranceApply/create', data)
+}
+
export function check (data) {
return request.post('/business/insuranceApply/check', data)
}
@@ -31,6 +37,11 @@
return request.post('/business/insuranceApply/dealBackApply', data)
}
+// 鑾峰彇淇濆崟姝㈡湡涓庡垵濮嬮噾棰�
+export function getCountCyclePriceVO (data) {
+ return request.post('/business/insuranceApply/getCountCyclePriceVO', data)
+}
+
export function exportDetailExcel (data) {
return request.post('/business/insuranceApply/exportDetailExcel', data, {
trim: true,
--
Gitblit v1.9.3