From c393f8b721c1e7f6ea65ff0f3ad3a47dce71cfbc Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 21 Jan 2025 10:20:34 +0800
Subject: [PATCH] 格式异常问题解决
---
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