Explorar o código

审核状态bug

lideyin %!s(int64=4) %!d(string=hai) anos
pai
achega
8bf48a0fd2
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      src/modules/oe/views/alreadyAudited.vue

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

@@ -166,9 +166,9 @@
                   type="text"
                   >{{ scope.row.examRecordDataId }}</el-button
                 >
-                <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">
-                  {{ scope.row.examRecordDataId }}
-                </span>
+                <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">{{
+                  scope.row.examRecordDataId
+                }}</span>
               </template>
             </el-table-column>
             <el-table-column
@@ -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 => {