|
@@ -46,6 +46,11 @@ const exportData = () => {
|
|
});
|
|
});
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+const goBack = () => {
|
|
|
|
+ reRecognize();
|
|
|
|
+ return true;
|
|
|
|
+};
|
|
|
|
+
|
|
const protocolContentRef = useTemplateRef('protocolContent');
|
|
const protocolContentRef = useTemplateRef('protocolContent');
|
|
|
|
|
|
const finish = async () => {
|
|
const finish = async () => {
|
|
@@ -56,6 +61,7 @@ const finish = async () => {
|
|
|
|
|
|
defineExpose<UseGuideStepItemExpose>({
|
|
defineExpose<UseGuideStepItemExpose>({
|
|
exportData,
|
|
exportData,
|
|
|
|
+ goBack,
|
|
finish,
|
|
finish,
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|