对接重点认证标准/政策合规性项目审查流程
This commit is contained in:
@@ -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(',') : []
|
||||
}
|
||||
}
|
||||
|
||||
-3
@@ -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)))
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user