修改我的待办行政处罚修复的跳转链接
This commit is contained in:
parent
f34d960d13
commit
51c12838dd
|
|
@ -188,7 +188,9 @@ export default {
|
|||
// 严重违法 end
|
||||
// 冒用他人身份 begin
|
||||
case 'startAccept':
|
||||
return '登记-待受理'
|
||||
return '待受理'
|
||||
case 'approveRemPunish':
|
||||
return '待审批'
|
||||
case 'handleCancel':
|
||||
return '登记-待审核'
|
||||
case 'approvalCancel':
|
||||
|
|
|
|||
|
|
@ -3642,14 +3642,16 @@ export default {
|
|||
}
|
||||
// 行政处罚修复
|
||||
case '27': {
|
||||
this.$router.push({
|
||||
path: '/remPunish/accept',
|
||||
query: {
|
||||
taskId: row.tasklistid,
|
||||
bizSeq: row.bizseqid,
|
||||
workflowId: row.workflowid
|
||||
}
|
||||
})
|
||||
// this.$router.push({
|
||||
// path: '/remPunish/accept',
|
||||
// query: {
|
||||
// taskId: row.tasklistid,
|
||||
// bizSeq: row.bizseqid,
|
||||
// workflowId: row.workflowid
|
||||
// }
|
||||
// })
|
||||
const path = '/crss/#/remPunish/accept?taskId=' + row.tasklistid + '&bizSeq=' + row.bizseqid + '&workflowId=' + row.workflowid
|
||||
this.jumpUrl(path)
|
||||
break
|
||||
}
|
||||
// 除名告知管理
|
||||
|
|
|
|||
Loading…
Reference in New Issue