forked from github/dataease
fix(数据集): 修复数据预览中编辑字段,更换字段类型为时间-自定义格式,自定义格式为空可以保存的问题
This commit is contained in:
parent
eae47f6e3a
commit
68329ff6e7
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user