标准评估流程草稿及整改

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
}).then(res => {
let mes = JSON.parse(res.mes);
this.listForm = mes.listForm;
this.dataList = mes.listForm.dataList
this.roleForm = mes.roleForm;
this.commentText = mes.commentText;
if(!mes.json){
this.listForm = mes.form
this.dataList = mes.form.dataList;
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
case '5':
if(mes !== null && mes.taskInfo !== null){
if (mes.taskInfo === '选择已拆分标准') {
this.$router.push({
name: 'xmpgStep1-1',
query: {
type: '5',
processName: '项目合规评估流程-标准',
bpnId: id,
verifySarStandard: true,
}
})
this.$router.push({
name: 'bzpgStep1',
query: {
type: '5',
processName: '项目合规评估流程-标准',
bpnId: id
}
// 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
case '6':
this.$router.push({