浏览代码

fix监考已审详情返回时,“审核结果”被置为UN_PASS

deason 3 年之前
父节点
当前提交
d92ac783fe
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/modules/oe/views/alreadyAudited.vue

+ 5 - 3
src/modules/oe/views/alreadyAudited.vue

@@ -723,9 +723,11 @@ export default {
       }
       this.tableLoading = true;
       var params = JSON.parse(JSON.stringify(this.form));
-      if (!this.currentPagePrivileges.INVIGILATE_AUDIT_STATUS) {
-        params.status = "UN_PASS";
-      }
+
+      // if (!this.currentPagePrivileges.INVIGILATE_AUDIT_STATUS) {
+      //   params.status = "UN_PASS";
+      // }
+
       this.$http
         .post("/api/ecs_oe_admin/exam/audit/list", params)
         .then((response) => {