liuyg
2022-03-02 b6d70fd9329b1c5fee415713e7ca5d9dcab66526
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;
          }