From 3f1be2a9e8a406c45f3576da1d97b725e4506077 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期六, 13 七月 2024 13:06:22 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- static/js/worker.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/worker.js b/static/js/worker.js index db988b7..8bcac61 100644 --- a/static/js/worker.js +++ b/static/js/worker.js @@ -272,7 +272,7 @@ try { if(getInspectionValueType(item.i)==1){ let tell = currentSample.insProduct.find(m => m.id == item.i).tell?currentSample.insProduct.find(m => m.id == item.i).tell.split('&'):null; - isPoint = this.PROJECT=='瑁呭鐢电紗'&&tell&&tell.length>0&&typeof tell[0] =='string'&&tell[0].includes('/') // 鍒ゆ柇瑕佹眰鍊兼槸鍚︿负鍒嗘暟 + isPoint = PROJECT=='瑁呭鐢电紗'&&tell&&tell.length>0&&typeof tell[0] =='string'&&tell[0].includes('/') // 鍒ゆ柇瑕佹眰鍊兼槸鍚︿负鍒嗘暟 comResult = compute(item.v.f.replace(/=/g, ' '),comValue, isPoint) let list3 = list2.map(item=>item+'') isToExponential = list3.some(val => val.includes('e+')) -- Gitblit v1.9.3