fix: fes-template列表页中日期组件的value值不能为“”

This commit is contained in:
harrywan 2020-09-23 12:50:26 +08:00
parent 950a6c910d
commit 99b34edba4

View File

@ -80,7 +80,7 @@ export default {
editObj: { editObj: {
name: '', name: '',
age: '', age: '',
date: '' date: null
}, },
data: [ data: [
{ {