fix 选中一月出错
This commit is contained in:
@@ -44873,7 +44873,7 @@ const _sfc_main$b = defineComponent({
|
||||
Month.value = props.modelValue;
|
||||
});
|
||||
const footOnOk = () => {
|
||||
emits("update:modelValue", Month.value ? Month.value : -1);
|
||||
emits("update:modelValue", Month.value || Month.value === 0 ? Month.value : -1);
|
||||
if (datePicker.range) {
|
||||
emits("ok");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user