From 142bcc9b22f48a8a2098a66b2964fe10c97c6fe8 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 20 五月 2025 11:19:49 +0800
Subject: [PATCH] git ch

---
 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