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