From 7c0eaf011a06a3b5578fef0ae7b61c8c923e0c97 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 28 十月 2024 11:23:54 +0800
Subject: [PATCH] 正式库配置
---
src/components/do/b1-inspect-order-plan/Inspection.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index fd171fb..1c8dcce 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -739,7 +739,8 @@
</div>
<el-upload :action="action"
:data="{
- orderId:id
+ orderId:id,
+ sonLaboratory:sonLaboratory
}"
v-if="state==1&&fileAdd"
:on-success="handleSuccessUp" :show-file-list="false"
@@ -988,7 +989,8 @@
},
componentData0: {
entity: {
- insOrderId:''
+ insOrderId:'',
+ sonLaboratory:this.sonLaboratory
},
isIndex: true,
showSelect: false,
--
Gitblit v1.9.3