From 5244925d972c0a86f9dc14c110eba3c4fb74536b Mon Sep 17 00:00:00 2001 From: LiuHao Date: Mon, 15 Jan 2024 12:03:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8E=BB=E6=8E=89console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/processDefinition/index.vue | 1 - 1 file changed, 1 deletion(-) 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);