Kaynağa Gözat

批量审核

qinchao 4 yıl önce
ebeveyn
işleme
fe126edd29
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      src/modules/oe/views/captureDetail.vue

+ 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;