feat: There is no way the, 56506 查看流程数据:外部标准化协会入会流程,没有数据信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user