@@ -85,6 +85,7 @@ const props = defineProps({
default: () => ({}),
},
})
+
//事件
const emit = defineEmits(['finish', 'close'])
const uuid = getRandom(4)