zss
2024-12-25 fd0c7b6e9c361de7f5764062c1aaba19f52a0f40
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(',')
          })