|
@@ -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
|