From 16e8c7adbee6c9ee9bac09a80d44d3bfd3fe2f0c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 19 五月 2025 09:45:38 +0800
Subject: [PATCH] Merge branch '2.0.2' into 2.0.1
---
company/src/api/business/dispatchUnit.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/dispatchUnit.js b/company/src/api/business/dispatchUnit.js
index bba7319..105a03e 100644
--- a/company/src/api/business/dispatchUnit.js
+++ b/company/src/api/business/dispatchUnit.js
@@ -18,6 +18,9 @@
}
// 鏍规嵁ID鏌ヨ
+export function deleteById (id) {
+ return request.get(`/business/dispatchUnit/delete/${id}`)
+}
export function getById (id) {
return request.get(`/business/dispatchUnit/${id}`)
}
--
Gitblit v1.9.3