NEZ-651 fix : 清理浏览器控制台打印代码

This commit is contained in:
@changcode
2021-05-20 16:53:46 +08:00
parent 1a3a72f51c
commit 28c3a7d951
20 changed files with 9 additions and 53 deletions

View File

@@ -886,7 +886,7 @@ export default {
objectInfo[val.label] = val.val
}
}
console.log('search obj', objectInfo)
// console.log('search obj', objectInfo)
})
this.getHeight()
// 搜索完成后存储在本地历史记录中
@@ -1376,8 +1376,6 @@ export default {
setTimeout(function () {
_this.getHeight()
})
// console.info(e.target.parentElement.parentElement.parentElement.getBoundingClientRect());
}
},
/* 计算select弹框的位置 */