This commit is contained in:
aihe 2024-06-24 18:46:05 +08:00
parent 93bdf3b65c
commit a212be2b87

View File

@ -71,7 +71,8 @@ export default {
let commond = prtInstance.getPrintCmd()
console.log("打印命令组装完成,开始打印=====", commond)
printModule.print(commond)
await that.loadPrintProcess()
that.showToast('数据发送成功,如果无法打印请重连设备重试')
// await that.loadPrintProcess()
// printModule.printTestSimple(deviceId)
})