From b74beee46cee6b4274e68246321af4f8b2a3b9ed Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 07 Dec 2022 09:38:43 +0800
Subject: [PATCH] 1、值班联系方式联动下拉
---
src/api/scheduling/scheduling.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/scheduling/scheduling.js b/src/api/scheduling/scheduling.js
index f64e30c..43c97d8 100644
--- a/src/api/scheduling/scheduling.js
+++ b/src/api/scheduling/scheduling.js
@@ -21,6 +21,15 @@
}
})
}
+export const getPliceman = () => {
+ return request({
+ url: '/api/policeman/policeman/all',
+ method: 'get',
+ params: {
+
+ }
+ })
+}
export const remove = (ids) => {
return request({
--
Gitblit v1.9.3