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

This commit is contained in:
范强强
2023-10-25 14:02:40 +08:00
parent 2903b7e1c1
commit c7510e4651
8 changed files with 413 additions and 85 deletions
@@ -163,6 +163,7 @@ export default {
}
},
mounted () {
console.log(this.config);
this.tagList = this.value !== '' && this.value !== null && typeof (this.value) !== 'undefined' ? this.value.split(',') : []
}
}