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){