pull/63/merge
yangyanbin 2017-12-06 08:18:27 +00:00 committed by GitHub
commit 1866a24037
1 changed files with 6 additions and 2 deletions

View File

@ -1259,7 +1259,11 @@
that.checkDate('limit').calendar();
that.closeList();
}
if(!options.range&&!options.showBottom&&options.type==="month"&&type==="month"){
that.done();
that.setValue(that.parse()).remove();
return;
}
that.setBtnStatus(); //同步按钮可点状态
options.range || that.done(null, 'change');
lay(that.footer).find(ELEM_TIME_BTN).removeClass(DISABLED);
@ -1863,4 +1867,4 @@
}()
);
}();
}();