From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

---
 company/src/api/business/dispatchUnit.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/company/src/api/business/dispatchUnit.js b/company/src/api/business/dispatchUnit.js
index 4c74a05..bba7319 100644
--- a/company/src/api/business/dispatchUnit.js
+++ b/company/src/api/business/dispatchUnit.js
@@ -21,7 +21,12 @@
 export function getById (id) {
     return request.get(`/business/dispatchUnit/${id}`)
 }
-
+export function check (data) {
+    return request.post('/business/dispatchUnit/check', data)
+}
+export function checkWorktype (data) {
+    return request.post('/business/dispatchUnit/checkWorktype', data)
+}
 // 娣诲姞宸ョ
 export function createSolution (data) {
     return request.post('/business/dispatchUnit/createSolution', data)

--
Gitblit v1.9.3