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