parent
286a40b202
commit
deda1e402b
|
@ -1250,6 +1250,10 @@
|
||||||
that.setBtnStatus(); //同步按钮可点状态
|
that.setBtnStatus(); //同步按钮可点状态
|
||||||
options.range || that.done(null, 'change');
|
options.range || that.done(null, 'change');
|
||||||
lay(that.footer).find(ELEM_TIME_BTN).removeClass(DISABLED);
|
lay(that.footer).find(ELEM_TIME_BTN).removeClass(DISABLED);
|
||||||
|
if(!options.range&&options.type==="month"&&!options.showBottom&&lay(this.parentNode).hasClass("laydate-month-list")){
|
||||||
|
that.done();
|
||||||
|
that.setValue(that.parse()).remove();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
var span = lay.elem('span', {
|
var span = lay.elem('span', {
|
||||||
|
@ -1852,4 +1856,4 @@
|
||||||
}()
|
}()
|
||||||
);
|
);
|
||||||
|
|
||||||
}();
|
}();
|
||||||
|
|
Loading…
Reference in New Issue