web
2 天以前 c6159b0a5a424250adeca1bc2b475da5324fe038
src/components/Quarter/index.vue
@@ -126,7 +126,6 @@
onMounted(() => {
    if (props.defaultValue) {
        console.log(props.defaultValue)
        initDefaultValue(props.defaultValue);
    }
})