pull/62/merge
yangyanbin 2017-09-13 06:28:29 +00:00 committed by GitHub
commit d9cc88ae85
1 changed files with 5 additions and 1 deletions

View File

@ -1254,6 +1254,10 @@
that.setBtnStatus(); //同步按钮可点状态
options.range || that.done(null, 'change');
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 {
var span = lay.elem('span', {
@ -1853,4 +1857,4 @@
}()
);
}();
}();