feat: There is no way the, 56506 查看流程数据:外部标准化协会入会流程,没有数据信息

This commit is contained in:
396572590@qq.com
2022-07-22 17:47:07 +08:00
parent a6bc058ce9
commit c79b8c0f94
@@ -580,7 +580,14 @@ export default {
queryTaskFirst({
bpnId: this.$route.query.bpnId
}).then(res => {
let mes = JSON.parse(res.mes)
debugger
let obj = JSON.parse(res.mes)
let mes = {}
if(obj.json !== undefined){
mes = obj.json
}else {
mes = obj
}
this.rh_pageData = mes.rh_pageData
this.commentInfo = mes.commentInfo
this.roleForm = mes.roleForm