liding
16 小时以前 ea7c19b7bfd7a5260fa321579e6941f28ef2eb46
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; // 检验项分类