李林
2024-03-22 21ac6eaa16c46edfe331627c59fc1974f78003fb
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){