licp
2024-12-13 275542d07c736e7dc6750481c9fca55bc8a909ff
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(',')
          })