src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -204,7 +204,8 @@ this.getprintdata(btn, data, formdata, formlist).then(result => { if (result.next) { result.list.forEach(cell => { if (!cell.data || cell.data.length === 0) return // 系统打印数据,校验data字段 if (btn.verify.printMode !== 'custom' && (!cell.data || cell.data.length === 0)) return cell.templateID = cell.templateID || btn.verify.Template cell.printType = cell.printType || formdata.printType || ''