From cc50f1de8f5460aea0af9e2997e38f7324bacfd4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 10 Dec 2021 10:40:25 +0800
Subject: [PATCH] +搜索框,位置大小调整

---
 src/views/securityUnit/selfRecruitedSecurityGuard.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/securityUnit/selfRecruitedSecurityGuard.vue b/src/views/securityUnit/selfRecruitedSecurityGuard.vue
index c8cc879..37402c4 100644
--- a/src/views/securityUnit/selfRecruitedSecurityGuard.vue
+++ b/src/views/securityUnit/selfRecruitedSecurityGuard.vue
@@ -491,6 +491,9 @@
         console.log("是公安add jurisdiction");
         params["jurisdiction"] = this.userInfo.jurisdiction;
       }
+      if (this.userInfo.role_name == "培训公司管理员") {
+        params["createDeptId"] = this.userInfo.dept_id;
+      }
       params["stats"] = 0;
       this.loading = true;
       getdata(

--
Gitblit v1.9.3