From 7e7d01bc2c64ef12429845c4130d449439d4be33 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 29 一月 2024 20:11:51 +0800
Subject: [PATCH] Mr.Shi
---
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