src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) }