Merge pull request #9480 from dataease/pr@dev-v2_bug_fix

fix(数据集): 修复数据预览中编辑字段,更换字段类型为时间-自定义格式,自定义格式为空可以保存的问题
This commit is contained in:
dataeaseShu 2024-04-30 13:51:34 +08:00 committed by GitHub
commit 293c2bebb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,6 +293,7 @@ const confirmCustomTime = () => {
})
delete currentField.value.name
recoverSelection()
updateCustomTime.value = false
} else {
ruleFormRef.value.validate(valid => {
if (valid) {
@ -309,7 +310,6 @@ const confirmCustomTime = () => {
}
})
}
updateCustomTime.value = false
}
watch(searchTable, val => {