Merge remote-tracking branch 'origin/develop' into develop
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