From 39a00b609a807399227f911d4b27ad2e52ffbe00 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 17 三月 2025 17:48:54 +0800
Subject: [PATCH] 撤销检验项分页修改
---
src/InspectionWorker.worker.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/InspectionWorker.worker.js b/src/InspectionWorker.worker.js
index c8e0764..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) {
@@ -1815,7 +1814,7 @@
// Create version of divisor with leading zero.
bz.unshift(0);
- // Add zeros to make remainder as long as divisor.
+ // CommunicateAdd zeros to make remainder as long as divisor.
for (; rl++ < bl; ) r.push(0);
do {
@@ -1853,7 +1852,7 @@
}
}
- // Add the digit n to the result array.
+ // CommunicateAdd the digit n to the result array.
qc[qi++] = cmp ? n : ++n;
// Update the remainder.
--
Gitblit v1.9.3