From 5dd040f1d2d06b6cf11cb20f35e8f4ab94cc357a Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 09 May 2021 16:36:19 +0800
Subject: [PATCH] 处警队伍电子围栏地图加载由0改为1
---
src/api/client/client.js | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/src/api/client/client.js b/src/api/client/client.js
index 28cb76d..5273fe3 100644
--- a/src/api/client/client.js
+++ b/src/api/client/client.js
@@ -18,10 +18,31 @@
url: '/api/blade-jfpts/equipment/equipment/pageDept',
method: 'get',
params: {
- ...params,
+ pid,
current,
size,
- pid,
+ ...params,
+ }
+ })
+}
+// export const getListliuf = (current, size, params,pid) => {
+// return request({
+// url: '/api/blade-jfpts/equipment/equipment/pageDept',
+// method: 'get',
+// params: {
+// ...params,
+// current,
+// size,
+// pid,
+// }
+// })
+// }
+export const getListliuc = (parentId) => {
+ return request({
+ url: '/api/blade-system/dept/lazy-trees',
+ method: 'get',
+ params: {
+ parentId,
}
})
}
--
Gitblit v1.9.3