From 0f4eb4c59c95b759c5988ce86e3908b4059365c9 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 19 Aug 2021 12:06:59 +0800
Subject: [PATCH] 保安员查询数据过滤

---
 src/views/securityGuard/data.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index d50ba09..cff9cc9 100644
--- a/src/views/securityGuard/data.js
+++ b/src/views/securityGuard/data.js
@@ -529,7 +529,7 @@
         // prop: "deptName",
         prop: "deptId",
         type: "tree",
-        dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
+        // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
         props: {
             label: "title",
             value: "id",

--
Gitblit v1.9.3