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

This commit is contained in:
396572590@qq.com
2022-07-12 17:54:08 +08:00
parent 54de79d376
commit d9fcce067e
@@ -486,8 +486,8 @@ export default {
bpnId: this.$route.query.bpnId
}).then(res => {
let mes = JSON.parse(res.mes)
this.listForm = JSON.parse(JSON.stringify(mes.form))
this.dataList = this.listForm.dataList ? this.listForm.dataList : []
this.form = JSON.parse(JSON.stringify(mes.form))
this.infoTableDatas = mes.infoTableDatas ? mes.infoTableDatas : []
this.roleForm = mes.roleForm
this.commentText = mes.commentText
})
@@ -738,9 +738,11 @@ export default {
createUserName: this.$store.getters.userInfo.userName,
type: 'laws3',
json: JSON.stringify({
form: this.infoForm,
form: this.form,
roleForm: this.roleForm,
commentText: this.commentText
commentText: this.commentText,
infoTableDatas: infoTableDatas,
})
}, {
_this: this