fix : 修改防抖等待时间
This commit is contained in:
@@ -252,7 +252,7 @@ const handleDelete = debounce(() => {
|
||||
})
|
||||
})
|
||||
}
|
||||
}, 1000)
|
||||
}, 100)
|
||||
const reset = () => {
|
||||
form.value = {
|
||||
password: '',
|
||||
@@ -346,7 +346,7 @@ const handleSubmit = debounce((formInstance) => {
|
||||
})
|
||||
}
|
||||
})
|
||||
}, 1000)
|
||||
}, 100)
|
||||
const handleSelect = async (selection, row) => {
|
||||
if (selection.length !== 0) {
|
||||
// disabled.value = false
|
||||
|
||||
Reference in New Issue
Block a user