优化标签测试打印

This commit is contained in:
gyq
2024-08-02 11:22:17 +08:00
parent b4872fec16
commit 6e2e7f9719

View File

@@ -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)