uu
This commit is contained in:
parent
262f553ac5
commit
9413c16cdc
@ -86,6 +86,7 @@ export default {
|
|||||||
return reject('打印参数校验不通过')
|
return reject('打印参数校验不通过')
|
||||||
}
|
}
|
||||||
let cmdStr = Base64.decode(bs64Str)
|
let cmdStr = Base64.decode(bs64Str)
|
||||||
|
console.log("===handlePrintCommandData cmdStr====", cmdStr)
|
||||||
printModule.sendData(cmdStr)
|
printModule.sendData(cmdStr)
|
||||||
resolve(true)
|
resolve(true)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user