feat: There is no way the,#56495 查看流程数据:重点认证标准/政策合规性项目审查流程-查看流程数据按钮无法点开
This commit is contained in:
@@ -486,8 +486,9 @@ export default {
|
||||
bpnId: this.$route.query.bpnId
|
||||
}).then(res => {
|
||||
let mes = JSON.parse(res.mes)
|
||||
console.log(mes)
|
||||
this.form = JSON.parse(JSON.stringify(mes.form))
|
||||
this.infoTableDatas = mes.infoTableDatas ? mes.infoTableDatas : []
|
||||
this.infoTableDatas = mes.infoTableDatas ? JSON.parse(mes.infoTableDatas) : []
|
||||
this.roleForm = mes.roleForm
|
||||
this.commentText = mes.commentText
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user