feat: There is no way the #47605
This commit is contained in:
+1
-1
@@ -2765,7 +2765,7 @@ export default {
|
||||
const value = nowstandinfo[item.attrField]
|
||||
// 时间格式处理
|
||||
if (item.attrType === 'DATE_PICKER' && value) {
|
||||
nowstandinfo[item.attrField] = this.$dateFormat(this.sarBussionessStandEO[item.attrField], 'yyyy-MM-dd hh:mm:ss')
|
||||
nowstandinfo[item.attrField] = this.$moment(this.sarBussionessStandEO[item.attrField]).format('YYYY-MM-DD')
|
||||
} else if (item.attrType === 'DATE_PICKER' && !value) {
|
||||
delete nowstandinfo[item.attrField]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user