loulijun2021
2023-06-28 76a3c7dcf11171f515a395f9961f7d080e6dce27
src/views/deviceManager/checkStandard.vue
@@ -1136,13 +1136,15 @@
      // this.dialogVisibleEqp = false
      this.$store.state.app.buttonIsDisabled = true
      const data = []
      console.log(this.dialogFormEqp.eqpAll, 888)
      this.dialogFormEqp.eqpAll.forEach((item, index) => {
        if (item.children && item.children.length > 0) {
          item.children.forEach(it => {
            if (this.dialogFormEqp.eqpCodeSelectedArr.includes(it.code)) {
              data.push({
                name: it.name,
                code: it.code
                code: it.code,
                flag: item.code
              })
            }
          })