@@ -22,7 +22,7 @@ export default {
name: 'auditStatus',
label: '状态',
options: AUDITTYPE,
- format: val => (val !== null && val !== '' ? !!val : null)
+ format: val => val
},
{
type: 'dateArray',
- format: val => (val !== null && val !== '' ? !!val : null),
+ format: val => val,
defaultValue: 0