对接重点认证标准/政策合规性项目审查流程

This commit is contained in:
范强强
2023-10-25 14:03:52 +08:00
parent c7510e4651
commit 792c2c4e1c
2 changed files with 0 additions and 4 deletions
@@ -163,7 +163,6 @@ export default {
}
},
mounted () {
console.log(this.config);
this.tagList = this.value !== '' && this.value !== null && typeof (this.value) !== 'undefined' ? this.value.split(',') : []
}
}
@@ -138,11 +138,8 @@
businessDivisionEditForm(row) {
this.infoTableDatas[this.selectNum] = row
this.infoTableDatas = [...this.infoTableDatas]
console.log(this.infoTableDatas);
},
editModel(row, index) {
console.log(row);
console.log(index);
this.selectNum = index
this.$refs.businessDivisionEditRef.edit(JSON.parse(JSON.stringify(row)))
},