web
2025-04-26 8e38cc8536cfda9b6bda8548d63778cbf5f4d634
src/components/Quarter/index.vue
@@ -126,7 +126,6 @@
onMounted(() => {
    if (props.defaultValue) {
        console.log(props.defaultValue)
        initDefaultValue(props.defaultValue);
    }
})