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..7e2d600e 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 @@ @@ -48,8 +53,14 @@ defineProps({ modelShow: Boolean }) +// 关闭 const closeHandle = () => { emit('update:modelShow', false) +} + +// 保存|发送 +const saveHandle = () => { + emit('update:modelShow', false) emit('sendHandle') }