修改我的待办行政处罚修复的跳转链接

This commit is contained in:
zhouxy 2026-01-21 20:46:18 +08:00
parent f34d960d13
commit 51c12838dd
2 changed files with 13 additions and 9 deletions

View File

@ -188,7 +188,9 @@ export default {
// 严重违法 end
// 冒用他人身份 begin
case 'startAccept':
return '登记-待受理'
return '待受理'
case 'approveRemPunish':
return '待审批'
case 'handleCancel':
return '登记-待审核'
case 'approvalCancel':

View File

@ -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
}
//