From e1aa4426999b77cae0a816bcf5ccebd376ae13bd Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 22 Jan 2024 10:43:03 +0800
Subject: [PATCH] 电子围栏中心坐标修改
---
src/api/dispatch/dispatch.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/dispatch/dispatch.js b/src/api/dispatch/dispatch.js
index 50e57c6..7d8fcee 100644
--- a/src/api/dispatch/dispatch.js
+++ b/src/api/dispatch/dispatch.js
@@ -121,4 +121,12 @@
ids,
}
})
+}
+
+// 派遣单位行业
+export const ProfessionList = () => {
+ return request({
+ url: "/api/blade-system/dict-biz/dictionary?code=dispatchProfession",
+ method: "get"
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3