小小儁爺
2026-04-28 709fa95bc62e339ec74d8d8084b7380a62a8474f
src/views/qualityManager/qualityPlaning.vue
@@ -1285,6 +1285,8 @@
        }
      })
      this.CheckItemSelectArr = [...new Map(this.CheckItemSelectArr.map(item => [item.code, item])).values()]
      this.$nextTick(() => {
        this.dialogForm.qualityinsptcode = row.code
        this.dialogForm.qualityinsptname = row.name
@@ -1481,6 +1483,7 @@
          descr: i.descr
        })
      })
      this.CheckItemSelectArr = [...new Map(this.CheckItemSelectArr.map(item => [item.code, item])).values()]
      this.CheckItemSelectAllArr = JSON.parse(JSON.stringify(this.CheckItemSelectArr))
    },
    // 数值判定
@@ -1582,6 +1585,7 @@
      this.isCancel = true
      this.checkitem = []
      this.CheckItemSelectArr = JSON.parse(JSON.stringify(this.CheckItemSelectAllArr))
      this.CheckItemSelectArr = [...new Map(this.CheckItemSelectArr.map(item => [item.code, item])).values()]
      this.$refs.dialogForm.clearValidate()
    },
    // 对话框取消