|
|
|
@ -516,10 +516,7 @@ const setUpClick = (val: string, id: string) => { |
|
|
|
//在此组装参数,以生成二维码图片 |
|
|
|
let idArray = state.selectionChecked.map(item => item.id); |
|
|
|
if(idArray.length>0){ |
|
|
|
const loadingInstance1 = ElLoading.service({ |
|
|
|
fullscreen: true, |
|
|
|
text: '正在生成二维码,请稍候...' // 添加的文字内容,可根据需要修改 |
|
|
|
}); |
|
|
|
|
|
|
|
//console.log(props.formBasicConfig) |
|
|
|
|
|
|
|
if(props.formBasicConfig.qrCodeFlag==true){ |
|
|
|
@ -528,6 +525,10 @@ const setUpClick = (val: string, id: string) => { |
|
|
|
alert("未选择表格展示字段") |
|
|
|
return |
|
|
|
} |
|
|
|
const loadingInstance1 = ElLoading.service({ |
|
|
|
fullscreen: true, |
|
|
|
text: '正在生成二维码,请稍候...' // 添加的文字内容,可根据需要修改 |
|
|
|
}); |
|
|
|
|
|
|
|
//请求数据 |
|
|
|
let getDetailQrCodesData: any = {} |
|
|
|
@ -2023,6 +2024,7 @@ const diGuiJilian = (val: any, options: any[]) => { |
|
|
|
:versionid="props.versionid" |
|
|
|
:versiontitle="props.versiontitle" |
|
|
|
:drawerwith="drawerWith" |
|
|
|
:cfid = "props.formId" |
|
|
|
@searchquery="getListData" |
|
|
|
/> |
|
|
|
<!-- 2025 liwenxuan 二维码打印 --> |
|
|
|
|