gaoluyang
11 小时以前 03fc78efb70fd6613b8b683c20486431b64da7c3
src/workers/InspectionWorker.worker.js
@@ -10,7 +10,7 @@
let comparisonList = [];
// 当前样品信息
let currentSample = {};
// 当前项目:检测中心、装备电缆
// 当前项目:检测中心
let PROJECT = "";
// 套管
let bushing = "";
@@ -514,7 +514,7 @@
              tell.length > 0 &&
              typeof tell[0] == "string" &&
              tell[0].includes("/") &&
              tell[0] !== "/"; // 装备电缆--判断要求值是否为分数
              tell[0] !== "/"; // 判断要求值是否为分数
            const inspectionItemClass = currentSample.insProduct.find(
              (m) => m.id == item.i
            ).inspectionItemClass; // 检验项分类