代码优化
This commit is contained in:
parent
c2f44146c4
commit
bed711660b
|
|
@ -445,9 +445,6 @@ const onCurrentChange = (val: number) => {
|
|||
}
|
||||
|
||||
onMounted(() => {
|
||||
window.addEventListener(() => {
|
||||
console.log(999)
|
||||
}, onbeforeunload)
|
||||
$bus.on('search', (val: any) => {
|
||||
getDeviceListData(null, val)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue