Browse Source

status UN_PASS

qinchao 4 năm trước cách đây
mục cha
commit
a352921263
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/modules/oe/views/alreadyAudited.vue

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

@@ -410,9 +410,9 @@ 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 => {