licp
2024-12-24 8f48dde0f2e8fd0d138fc7a4555b948e35c7cc4b
src/components/view/b1-inspection-order.vue
@@ -960,7 +960,7 @@
            this.loadPint = false;
            let arr1 = []
            a.insProduct.forEach(b=>{
              arr1.push(b.inspectionItem)
              arr1.push(b.inspectionItemSubclass)
            })
            a.item = [...new Set(arr1)].join(',')
          })