From 6e8501e2ebc00deec415088a1cbd98db8a55a6b1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 29 一月 2024 20:12:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
company/src/api/business/dispatchUnit.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/dispatchUnit.js b/company/src/api/business/dispatchUnit.js
index 873ef6f..4c74a05 100644
--- a/company/src/api/business/dispatchUnit.js
+++ b/company/src/api/business/dispatchUnit.js
@@ -31,3 +31,8 @@
export function editDispatchUnit (data) {
return request.post('/business/dispatchUnit/editDispatchUnit', data)
}
+
+// 鏁版嵁鍒楄〃
+export function findListByDTO (data) {
+ return request.post('/business/dispatchUnit/findListByDTO', data)
+}
--
Gitblit v1.9.3