diff --git a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue index 21511961..0511e370 100644 --- a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue +++ b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue @@ -1,5 +1,5 @@ @@ -50,8 +50,13 @@ defineProps({ const closeHandle = () => { emit('update:modelShow', false) +} + +const closeAndSendHandle = () => { + closeHandle() emit('sendHandle') } +