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