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/trainExam/modifiedGrades.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/trainExam/modifiedGrades.vue b/src/views/trainExam/modifiedGrades.vue
index 447a3d8..10f5f3e 100644
--- a/src/views/trainExam/modifiedGrades.vue
+++ b/src/views/trainExam/modifiedGrades.vue
@@ -644,7 +644,7 @@
     };
   },
   created() {
-    if (this.userInfo.role_name == "公安管理员") {
+    if (this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "民警") {
       //判断是否为市局管理员
       if (this.userInfo.jurisdiction == "1372091709474910209") {
         this.check = true;
@@ -787,7 +787,7 @@
             //如果是培训公司管理员
             params["trainUnitId"] = that.userInfo.dept_id;
           }
-          if (this.userInfo.role_name == "公安管理员") {
+          if (this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "民警") {
             //如果是公安管理员
             params["jurisdiction"] = this.userInfo.jurisdiction;
           }

--
Gitblit v1.9.3