From 56edbd80963acea41d9b9737bb9264f57a6e4ae2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 十一月 2024 09:13:41 +0800
Subject: [PATCH] 优化

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