Browse Source

批量审核

qinchao 4 năm trước cách đây
mục cha
commit
fe126edd29
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;