Administrator
2021-11-14 a5c62254a640b23a5c0cbc1714e79e4f00614e1e
src/views/trainExam/modifiedGrades.vue
@@ -563,8 +563,11 @@
                        //如果是培训公司管理员
                        params["trainUnitId"] = that.userInfo.dept_id;
                    }
                    if (this.userInfo.role_name == "公安管理员") {
                        //如果是公安管理员
                        params["jurisdiction"] = this.userInfo.jurisdiction;
                    }
                    that.questionBankLoading = false;
                    params["examType"] = 2;
                    getList(
                        page.currentPage,
                        page.pageSize,