流程节点修改

This commit is contained in:
宋伟佳
2022-02-11 10:52:46 +08:00
parent 296c62f5a9
commit a1cec57d56
2 changed files with 7 additions and 7 deletions
@@ -863,7 +863,7 @@ export default {
break
//标准清单更新/发布流程
case'4' :
if (row.taskInfo === '进行会签,填写意见') {
if (row.taskInfo === '会签') {
this.$router.push({
name: 'bzqdfbStep2',
query: {
@@ -874,7 +874,7 @@ export default {
prcType: row.prcType
}
})
} else if (row.taskInfo === '根据会签意见修订') {
} else if (row.taskInfo === '修订') {
this.$router.push({
name: 'bzqdfbStep3',
query: {
@@ -885,7 +885,7 @@ export default {
prcType: row.prcType
}
})
}else if (row.taskInfo === '业务经理审批') {
}else if (row.taskInfo === '批') {
this.$router.push({
name: 'bzqdfbStep4',
query: {