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() }); } };