feat: There is no way the,#56495 查看流程数据:重点认证标准/政策合规性项目审查流程-查看流程数据按钮无法点开

This commit is contained in:
396572590@qq.com
2022-07-13 11:04:23 +08:00
parent d9fcce067e
commit 758bb400b9
@@ -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
})