美文网首页
ant-design vue form表单中重置 range-p

ant-design vue form表单中重置 range-p

作者: Rose_yang | 来源:发表于2019-11-07 10:12 被阅读0次
this.submitForm.setFieldsValue({
      time: [moment(this.startTime, 'YYYY-MM-DD HH:mm:ss'), moment(this.endTime, 'YYYY-MM-DD HH:mm:ss')]
    })
 this.submitForm.setFieldsValue({
        time: [moment(moment().startOf('day'), this.dateFormat), moment(moment().endOf('day'), this.dateFormat)]
      })

相关文章

网友评论

      本文标题:ant-design vue form表单中重置 range-p

      本文链接:https://www.haomeiwen.com/subject/rjumbctx.html