标准评估流程草稿及整改

This commit is contained in:
宋伟佳
2022-02-07 16:51:34 +08:00
parent 3d36948e9b
commit e15e9574a8
2 changed files with 18 additions and 46 deletions
@@ -1125,10 +1125,17 @@ 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 = mes.listForm; if(!mes.json){
this.dataList = mes.listForm.dataList this.listForm = mes.form
this.roleForm = mes.roleForm; this.dataList = mes.form.dataList;
this.commentText = mes.commentText; this.roleForm = mes.roleForm
this.commentText = mes.commentText
}else{
this.listForm = mes.json.form;
this.dataList = mes.json.form.dataList
this.roleForm = mes.json.roleForm;
this.commentText = mes.json.commentText;
}
}); });
}, },
}, },
@@ -616,49 +616,14 @@ export default {
} }
break break
case '5': case '5':
if(mes !== null && mes.taskInfo !== null){ this.$router.push({
if (mes.taskInfo === '选择已拆分标准') { name: 'bzpgStep1',
this.$router.push({ query: {
name: 'xmpgStep1-1', type: '5',
query: { processName: '项目合规评估流程-标准',
type: '5', bpnId: id
processName: '项目合规评估流程-标准',
bpnId: id,
verifySarStandard: true,
}
})
} }
// else if (mes.taskInfo === '分发责任人分发任务') { })
// this.$router.push({
// name: 'bzqdfbStep1-3',
// query: {
// type: '5',
// processName: '项目合规评估流程-标准',
// bpnId: id
// }
// })
// }else if (mes.taskInfo === '责任人填写评估反馈') {
// this.$router.push({
// name: 'bzqdfbStep1-3',
// query: {
// type: '5',
// processName: '项目合规评估流程-标准',
// bpnId: id
// }
// })
// }
}else {
this.$router.push({
name: 'xmpgStep1-1',
query: {
type: '5',
processName: '项目合规评估流程-标准',
bpnId: id,
verifySarStandard: true,
}
})
}
break break
case '6': case '6':
this.$router.push({ this.$router.push({