日期组件清空绑定null

115 阅读1分钟

日期组件清空绑定null,null[0],null[1]会报错,只需判断一下即可,这样如果清空的时候就没有问题啦

this.time ? this.time[0] : null
this.time ? this.time[1] : null