This commit is contained in:
gyq
2024-05-28 11:05:50 +08:00
parent c54304f3d6
commit 6d7db2d743
4 changed files with 24 additions and 63 deletions

View File

@@ -128,7 +128,7 @@ function getPrintList() {
ipcRenderer.send("getPrintList");
ipcRenderer.on("printList", (event, arg) => {
localPrintList.value = arg;
console.log(localPrintList.value);
// console.log(localPrintList.value);
});
}