From 21ac6eaa16c46edfe331627c59fc1974f78003fb Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期五, 22 三月 2024 14:52:45 +0800
Subject: [PATCH] 功能调整

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index a6a26d2..62d69ab 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -130,6 +130,7 @@
 
 <script>
 	export default {
+		props: ['orderId'],
 		data() {
 			return {
         sampleVisible:false,
@@ -138,10 +139,15 @@
 					sampleName: null,
 					state: null
 				},
-        productList:[]
+        productList:[],
+				id: 0
 			}
 		},
 		created() {
+			this.id = this.orderId
+		},
+		mounted() {
+			
 		},
 		methods: {
       handleChangeSample(row){

--
Gitblit v1.9.3