mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: remove console.log
This commit is contained in:
@@ -40,5 +40,4 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
console.log("optionData",props.optionData)
|
||||
</script>
|
||||
|
||||
@@ -69,7 +69,6 @@ function calcData(data:any) {
|
||||
|
||||
function mergeConfig(data:any) {
|
||||
state.mergedConfig = merge(cloneDeep(state.defaultConfig), data || {})
|
||||
console.log('state.mergedConfig', state.mergedConfig)
|
||||
}
|
||||
|
||||
function calcCapsuleLengthAndLabelData() {
|
||||
|
||||
Reference in New Issue
Block a user