update 去掉console.log
This commit is contained in:
parent
f3f8d4a293
commit
5244925d97
@ -328,7 +328,6 @@ const getProcessDefinitionHitoryList = async (id: string, key: string) => {
|
|||||||
const clickPreviewImg = async (id: string) => {
|
const clickPreviewImg = async (id: string) => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
const resp = await processDefinitionImage(id);
|
const resp = await processDefinitionImage(id);
|
||||||
console.log(resp);
|
|
||||||
if (previewRef.value) {
|
if (previewRef.value) {
|
||||||
url.value = [];
|
url.value = [];
|
||||||
url.value.push('data:image/png;base64,' + resp.data);
|
url.value.push('data:image/png;base64,' + resp.data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user