licp
2024-12-20 4e0052fc899fcdf47c9e6e57cbb77b12e309a9b3
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(',')
          })