From 33620ad2f0bd66a1cbb8661555b7c7fa20664199 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 11 十二月 2024 10:46:43 +0800
Subject: [PATCH] 电路试验上传文件报错
---
src/components/do/b1-inspect-order-plan/Inspection.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 9ee5c6a..92b3d27 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3728,9 +3728,9 @@
if(this.sonLaboratory === '鐢佃矾璇曢獙'){
// // 鐢佃矾璇曢獙鏁伴噰
// 鑾峰彇褰撳墠鏍峰搧鐨勬楠岄」
- let list = await this.getCurrentProduct(this.currentSample.id,0)
- this.currentSample.insProduct = this.HaveJson(list)
- this.currentNum++
+ // let list = await this.getCurrentProduct(this.currentSample.id,0)
+ // this.currentSample.insProduct = this.HaveJson(list)
+ // this.currentNum++
}
}else {
this.$message.error(response.message);
--
Gitblit v1.9.3