fix : 修改防抖等待时间
This commit is contained in:
@@ -394,7 +394,7 @@ const handleSubmit = debounce((instance) => {
|
||||
}
|
||||
})
|
||||
})
|
||||
},1000)
|
||||
},100)
|
||||
//预览隧道
|
||||
const handlePreview = (id) => {
|
||||
console.log('预览')
|
||||
@@ -431,7 +431,7 @@ const handleChooseAll = debounce(() => {
|
||||
})
|
||||
}
|
||||
})
|
||||
},1000)
|
||||
},100)
|
||||
const handleEditDevice = (tunnelId) => {
|
||||
if (type === 'bySite') {
|
||||
router.push('/device/' + tunnelId + '/bySite/' + userId)
|
||||
@@ -505,7 +505,7 @@ const handleMoreDelete = debounce(() => {
|
||||
})
|
||||
})
|
||||
}
|
||||
},1000)
|
||||
},100)
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user