src/views/accreditationRecords/accreditationRecords.vue
@@ -911,7 +911,7 @@ //如果是培训公司管理员 params["createUser"] = this.userInfo.Id; } if (this.userInfo.role_name == "公安管理员") { if (this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "民警") { //如果是公安管理员 params["jurisdiction"] = this.userInfo.jurisdiction; } @@ -972,7 +972,7 @@ //如果是培训公司管理员 data["createUser"] = this.userInfo.Id; } if (this.userInfo.role_name == "公安管理员") { if (this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "民警") { //如果是公安管理员 data["jurisdiction"] = this.userInfo.jurisdiction; }