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