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