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 }) } })