update 去掉console.log

This commit is contained in:
LiuHao 2024-01-15 12:03:01 +08:00
parent f3f8d4a293
commit 5244925d97

View File

@ -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);