From b6d70fd9329b1c5fee415713e7ca5d9dcab66526 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Wed, 02 Mar 2022 09:01:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/securityUnitChild/index copy.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/securityUnitChild/index copy.vue b/src/views/securityUnitChild/index copy.vue
index b27db3e..3d587f3 100644
--- a/src/views/securityUnitChild/index copy.vue
+++ b/src/views/securityUnitChild/index copy.vue
@@ -1101,7 +1101,7 @@
if (deptId) {
//2.1 单位信息进入
//判断人员角色
- if (role_name == "公安管理员" || role_name == "administrator") {
+ if (role_name == "公安管理员" || role_name == "administrator" || this.userInfo.role_name == "民警") {
//3.1 判断按进入的公司类型
if (data.state == "2") {
//本市保安公司,对应的tab 条数
--
Gitblit v1.9.3