diff --git a/src/views/workflow/processDefinition/index.vue b/src/views/workflow/processDefinition/index.vue index 2fda8a1..5d9a1a3 100644 --- a/src/views/workflow/processDefinition/index.vue +++ b/src/views/workflow/processDefinition/index.vue @@ -328,7 +328,6 @@ const getProcessDefinitionHitoryList = async (id: string, key: string) => { const clickPreviewImg = async (id: string) => { loading.value = true; const resp = await processDefinitionImage(id); - console.log(resp); if (previewRef.value) { url.value = []; url.value.push('data:image/png;base64,' + resp.data);