From 9b1237538ff8972febd1be94d94533f9568bb991 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 26 三月 2025 09:17:11 +0800
Subject: [PATCH] Merge branch '1.0.1' of http://139.186.142.91:10010/r/productDev/yunyibao into 1.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