src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -205,9 +205,9 @@ this.triggerPrint(data) } // if (window.GLOB.systemType === 'production') { // MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签打印'}) // } if (window.GLOB.systemType === 'production') { MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签打印'}) } } triggerPrint = (data, formlist = []) => { @@ -923,7 +923,7 @@ Promise.all(deffers).then(result => { let errorMsg = '' result.forEach(res => { if (!res.status) { if (!res.status && !errorMsg) { errorMsg = res } })