From a76c5c86ac9af71da45bf78c825a2c7aa843b4c8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 一月 2024 15:35:54 +0800
Subject: [PATCH] Revert "Mr.Shi"
---
company/src/api/business/solutions.js | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/solutions.js b/company/src/api/business/solutions.js
index fdb0bc9..103e023 100644
--- a/company/src/api/business/solutions.js
+++ b/company/src/api/business/solutions.js
@@ -12,7 +12,27 @@
return request.post('/business/solutions/create', data)
}
+// 鏌ヨ鍏ㄩ儴淇濋櫓鏂规
+export function all (data) {
+ return request.post('/business/solutions/list', data)
+}
+
+// 绂佺敤鍚敤
+export function updateStatus (data) {
+ return request.post('/business/solutions/updateStatus', data)
+}
+
// 淇敼
export function updateById (data) {
return request.post('/business/solutions/updateById', data)
}
+
+// 鏍规嵁ID鏌ヨ
+export function solutionsId (id) {
+ return request.get(`/business/solutions/${id}`)
+}
+
+// 鏌ヨ浼佷笟鍏ㄩ儴鍏宠仈鏂规
+export function listForCompany (data) {
+ return request.post('/business/companySolution/listForCompany', data)
+}
--
Gitblit v1.9.3