fix : 修改防抖等待时间

This commit is contained in:
2024-03-25 22:45:27 +08:00
parent 4c74715efd
commit 054a731435
7 changed files with 12 additions and 12 deletions

View File

@@ -423,7 +423,7 @@ const editEquip = debounce(() => {
ElMessage.error(res.msg)
}
})
}, 1000)
}, 100)
const handleChangeMenu = (e) => {
changeIndex.value = e