diff --git a/src/components/Process/approvalRecord.vue b/src/components/Process/approvalRecord.vue index cd968df..c092911 100644 --- a/src/components/Process/approvalRecord.vue +++ b/src/components/Process/approvalRecord.vue @@ -124,7 +124,7 @@ const handleMouseLeave = async () => { popupVisible.value = false; }; /** - * 对外暴露子组建方法 + * 对外暴露子组件方法 */ defineExpose({ init diff --git a/src/components/Process/multiInstance-user.vue b/src/components/Process/multiInstance-user.vue index 1cdadc2..eb80775 100644 --- a/src/components/Process/multiInstance-user.vue +++ b/src/components/Process/multiInstance-user.vue @@ -344,7 +344,7 @@ const submitFileForm = async () => { }; const emits = defineEmits(['submitCallback']); /** - * 对外暴露子组建方法 + * 对外暴露子组件方法 */ defineExpose({ getAddMultiInstanceList, diff --git a/src/components/Process/submitVerify.vue b/src/components/Process/submitVerify.vue index 7ff0b1a..f766380 100644 --- a/src/components/Process/submitVerify.vue +++ b/src/components/Process/submitVerify.vue @@ -87,7 +87,7 @@ const handleBackProcess = async () => { }; /** - * 对外暴露子组建方法 + * 对外暴露子组件方法 */ defineExpose({ openDialog diff --git a/src/views/workflow/processDefinition/components/processPreview.vue b/src/views/workflow/processDefinition/components/processPreview.vue index bf309dc..e2d1d3a 100644 --- a/src/views/workflow/processDefinition/components/processPreview.vue +++ b/src/views/workflow/processDefinition/components/processPreview.vue @@ -29,7 +29,7 @@ function openDialog (url, type) { data.type = type } /** - * 对外暴露子组建方法 + * 对外暴露子组件方法 */ defineExpose({ openDialog