javascript - About mint-ui's datetimePicker, after sliding to select the time, click the cancel button to reset the time?
PHP中文网
PHP中文网 2017-06-30 09:58:01
0
2
2872

The following is the demo link of mint-ui:
http://elemefe.github.io/mint...

PHP中文网
PHP中文网

认证0级讲师

reply all(2)
三叔

The current solutions are:

// vm是vue实例,通过$refs找到datetimepicker里面的picker进行设置
vm.$refs.datetimepicker.$refs.picker.setValues(['2007', '01', '01', '00', '00']);
淡淡烟草味

I’ve been very busy recently, but you invited me to answer, so I’ll just say it briefly. See if yours has a reset attribute. If so, reset=true

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template