qinchao 4 жил өмнө
parent
commit
fe126edd29

+ 0 - 2
src/modules/oe/views/captureDetail.vue

@@ -323,7 +323,6 @@ export default {
     this.examRecordDataId = this.$route.params.examRecordDataId;
     this.pendingOperate = this.$route.query.pendingOperate;
     this.searchParam = JSON.parse(this.$route.query.searchParam);
-    console.log(this.$route.query.searchParam, this.searchParam);
     var fromPage = this.$route.params.from;
     var currentPathJson = {
       illegalityNameList: ["违纪名单", "抓拍详情"],
@@ -453,7 +452,6 @@ export default {
         this.examRecordDataId +
         "&next=" +
         next;
-      console.log(this.searchParam);
       this.$http.post(url, this.searchParam).then((response) => {
         if (response.data) {
           this.examRecordDataId = response.data;