fix: 删除页面console

This commit is contained in:
zhangyu
2021-08-26 09:49:01 +08:00
parent 3ce95f4dc3
commit 039404b451
9 changed files with 1 additions and 12 deletions

View File

@@ -429,7 +429,6 @@ export default {
searchMsg: {
immediate: true,
handler (n) {
// console.log(n);
if (n) {
n.searchLabelList.forEach(item => {
if (item.id === 27 && item.type === 'idc' && item.label === 'idcId') {
@@ -897,7 +896,6 @@ export default {
objectInfo[val.label] = val.val
}
}
// console.log('search obj', objectInfo)
})
this.getHeight()
// 搜索完成后存储在本地历史记录中
@@ -1036,7 +1034,6 @@ export default {
},
// input框监听是按删除还是回车
enter (val, e) {
// console.log(val);
const keyCode = window.event ? e.keyCode : e.which
if (val == 'ID' && keyCode == 13) {
const id = /^[0-9]*$/