licp
2024-07-08 df1250120c3821ec701def9b899e3586a33beaa2
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1437,7 +1437,6 @@
            count++
          })
        })
        // 问题开始
        this.tableList.forEach(a => {
          let dels = new Set()
          let ids = []
@@ -1494,7 +1493,6 @@
              }
            }
          })
          // return
          ids.forEach(id => {
            for (let b = 0; b < a.template.length; b++) {
              if (a.template[b].r === id.r) {
@@ -1529,7 +1527,6 @@
            }
          })
        })
        // 问题结束
        this.tableList.forEach(a => {
          let arrs = []
          let set = new Set()