From 3163cdbec252f891886f0197462bb792c1121b10 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 22 Jan 2025 08:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=A1=A8=E5=8D=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/tableListPage/index.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue index 0ab4d69..54897f8 100644 --- a/src/components/DesignForm/tableListPage/index.vue +++ b/src/components/DesignForm/tableListPage/index.vue @@ -459,7 +459,6 @@ const setUpClick = (val: string, id: string) => { openTaskDrawer.value = true; } else if(val.key == "showQrCode"){ //liwenxuan 20250114 二维码打印弹窗 start - //在此组装参数,以生成二维码图片 let idArray = state.selectionChecked.map(item => item.id); if(idArray.length>0){ @@ -560,7 +559,6 @@ const setUpClick = (val: string, id: string) => { if(item1.field==element.name){ fieldCount++ } - }); if(fieldCount>0){ //已存在 @@ -572,7 +570,6 @@ const setUpClick = (val: string, id: string) => { asfMasterAndAsfId1.asfMasterId = key+""; item1.asfToSelectIds.push(asfMasterAndAsfId1) } - }); }else{ //不存在 @@ -592,12 +589,9 @@ const setUpClick = (val: string, id: string) => { }) } } - - setTimeout(()=>{ getDetailQrCodesData[key].fieldsMap = modifyFieldsMap4(currentFieldsMap) - },800) - + },800) } } @@ -635,7 +629,10 @@ const setUpClick = (val: string, id: string) => { qrCodesPrintDialogFlag.value = true } - }) + })/* .finally(()=>{ + loadingInstance1.close() + qrCodesPrintDialogFlag.value = true + }) */ }else{ alert("未选中任何一条,请先选择") @@ -865,6 +862,7 @@ const getPageData = () => { }) .finally(() => { state.loading = false; + getAsfs() }); } };