zhuliu 2 vuotta sitten
vanhempi
commit
fd611def03

+ 2 - 2
RMS-FrontEnd/src/views/report/Invalid/InvalidPage/Result.vue

@@ -383,7 +383,7 @@ export default {
         return false
       }
       const offsetBodyHeight = body.offsetHeight
-      console.log(offsetTop,offsetBodyHeight)
+      // console.log(offsetTop,offsetBodyHeight)
       if (this.tableData.length && offsetBodyHeight < offsetTop) {
         this.tableHeight = offsetBodyHeight + 75
       } else if (!this.tableData.length) {
@@ -391,7 +391,7 @@ export default {
       } else {
         this.tableHeight = offsetTop
       }
-      console.log(this.tableHeight)
+      // console.log(this.tableHeight)
     },
     getVal(val){
       this.val = val.patentNo

+ 1 - 1
RMS-FrontEnd/src/views/report/components/mixins.js

@@ -20,7 +20,7 @@ export const explain = {
   methods: {
      // 解释所需方法
     saveValue(val) {//点击输入触发,第一次为空不打印
-      console.log("saveValue",val);
+      // console.log("saveValue",val);
       if (this.keepSure) {
         this.keepSure = false;
       }

+ 1 - 1
RMS-FrontEnd/src/views/report/reportDetails/components/basicMessage.vue

@@ -172,7 +172,7 @@ export default {
             }
         },
         handlePreview(file) {
-            console.log(file);
+            // console.log(file);
             
             var index = file.raw.type.lastIndexOf('/')
             var type = file.raw.type.substring(index+1,file.raw.type.length)