DatePicker: fix datetimerange, fixed #1758 (#1766)

pull/1781/head
cinwell.li 2016-12-15 18:39:14 +08:00 committed by baiyaaaaa
parent 6d2f68b24c
commit 7d6f3606b4
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
<button
type="button"
class="el-picker-panel__btn"
@click="handleConfirm"
@click="handleConfirm()"
:disabled="btnDisabled">{{ t('el.datepicker.confirm') }}</button>
</div>
</div>