From 8fd9e43b8ae22e64c62afee56c24df682f8c47c9 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期日, 16 三月 2025 15:57:54 +0800
Subject: [PATCH] 成品下单下载为pdf

---
 src/InspectionWorker.worker.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/InspectionWorker.worker.js b/src/InspectionWorker.worker.js
index 9f6d11c..59ac692 100644
--- a/src/InspectionWorker.worker.js
+++ b/src/InspectionWorker.worker.js
@@ -30,7 +30,6 @@
 let currentInsItem = null;
 // 鎺ユ敹鍒颁富绾跨▼澶勭悊閫昏緫鐨勬秷鎭�
 self.onmessage = function (event) {
-  console.log(2222, event);
   // 淇濆瓨涓荤嚎绋嬩紶杩囨潵鐨勫��
   const data = JSON.parse(event.data);
   if (currentTable != data.currentTable) {

--
Gitblit v1.9.3