From 2cf7c6733dacd8d3c2e5c6e8a8c109fb86eb7c8e Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 15 Mar 2022 15:44:59 +0800
Subject: [PATCH] nginx.conf 新增

---
 src/views/trainExam/singleperformance.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/trainExam/singleperformance.vue b/src/views/trainExam/singleperformance.vue
index 28b2525..deeef57 100644
--- a/src/views/trainExam/singleperformance.vue
+++ b/src/views/trainExam/singleperformance.vue
@@ -624,6 +624,10 @@
             //如果是培训公司管理员
             params["trainUnitId"] = that.userInfo.dept_id;
           }
+          if (roleAlias == "公安管理员" || roleAlias == "民警") {
+            //如果公安
+            params["jurisdiction"] = that.userInfo.jurisdiction;
+          }
           that.questionBankLoading = false;
           params["examType"] = 2;
           if (this.sort) {

--
Gitblit v1.9.3