This commit is contained in:
2023-11-20 11:28:49 +08:00
parent 785bb81f18
commit 7d7ee0e05b
50 changed files with 46838 additions and 5781 deletions

View File

@@ -4,7 +4,7 @@ import "vue";
import "../_chunks/dayjs/index.js";
import "../_chunks/@umijs/index.js";
import "../input/index2.js";
import "../checkbox/index2.js";
import "../_chunks/@layui/index.js";
import "../dropdownMenu/index2.js";
import "../dropdown/index2.js";
import "../_chunks/@vueuse/index.js";

View File

@@ -878,7 +878,7 @@ const _sfc_main$3 = 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;