优化标签测试打印
This commit is contained in:
parent
b4872fec16
commit
6e2e7f9719
|
|
@ -179,6 +179,7 @@ const printHandle = _.throttle(function () {
|
|||
ElMessage.error("请选择打印设备");
|
||||
return;
|
||||
}
|
||||
printData.value.deviceName = form.value.config.deviceName
|
||||
ipcRenderer.send(
|
||||
"printerTagSync",
|
||||
JSON.stringify(printData.value)
|
||||
|
|
|
|||
Loading…
Reference in New Issue