fix: 时间格式化

This commit is contained in:
taojinlong 2022-11-30 18:38:40 +08:00
parent fa4f50e41e
commit ba36f9d74d

View File

@ -859,6 +859,9 @@ export default {
if (item.dateFormatType !== 'custom') {
item.dateFormat = item.dateFormatType
}
}else {
item.dateFormatType = ''
item.dateFormat = ''
}
if (item.dateFormatType === 'custom' && !item.dateFormat) {
return