spring
2025-03-21 b2d0d640cf48d874fe24816672f1a4c3e57fda36
修改电路实验问题
已修改1个文件
4 ■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -4438,9 +4438,13 @@
        if (this.sonLaboratory === "电路试验") {
          // // 电路试验数采
          // 获取当前样品的检验项
          if (response.data &&
            ((response.data.includes('xlsx') && response.data.includes('交调')) ||
              (response.data.includes('csv') && response.data.includes('驻波')))) {
          let list = await this.getCurrentProduct(this.currentSample.id, 0);
          this.currentSample.insProduct = this.HaveJson(list);
          this.currentNum++;
          }
        } else if (this.sonLaboratory === "振动") {
          this.getDocAnalysis(response.data)
        }