Explorar o código

监考已审详情

qinchao %!s(int64=4) %!d(string=hai) anos
pai
achega
75e5190520
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/modules/oe/views/captureDetail.vue

+ 3 - 1
src/modules/oe/views/captureDetail.vue

@@ -322,7 +322,9 @@ export default {
   created() {
     this.examRecordDataId = this.$route.params.examRecordDataId;
     this.pendingOperate = this.$route.query.pendingOperate;
-    this.searchParam = JSON.parse(this.$route.query.searchParam);
+    if (this.$route.query.searchParam) {
+      this.searchParam = JSON.parse(this.$route.query.searchParam);
+    }
     var fromPage = this.$route.params.from;
     var currentPathJson = {
       illegalityNameList: ["违纪名单", "抓拍详情"],