fix : 修改防抖等待时间
This commit is contained in:
@@ -146,7 +146,7 @@ const getTunnelInfo = () => {
|
||||
}
|
||||
const handleSave =debounce(() => {
|
||||
getTunnelInfo()
|
||||
},1000)
|
||||
},100)
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
:deep(.el-form-item__content) {
|
||||
|
||||
Reference in New Issue
Block a user