mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据源): 文件类型数据源-远程excle,点击远程Excle直接触发校验
This commit is contained in:
@@ -154,6 +154,10 @@ const initForm = type => {
|
||||
cron: '0 0/1 * * * ? *'
|
||||
}
|
||||
form.value.type = type
|
||||
|
||||
setTimeout(() => {
|
||||
remoteExcelForm.value.clearValidate()
|
||||
}, 0)
|
||||
}
|
||||
|
||||
const handleResize = debounce(() => {
|
||||
|
||||
Reference in New Issue
Block a user