fix(数据源): 文件类型数据源-远程excle,点击远程Excle直接触发校验

This commit is contained in:
dataeaseShu
2025-06-20 17:26:08 +08:00
committed by dataeaseShu
parent eebdfabe75
commit 093aefa46d

View File

@@ -154,6 +154,10 @@ const initForm = type => {
cron: '0 0/1 * * * ? *'
}
form.value.type = type
setTimeout(() => {
remoteExcelForm.value.clearValidate()
}, 0)
}
const handleResize = debounce(() => {