diff --git a/src/common/js/utils.js b/src/common/js/utils.js index a91d67f..8c45181 100644 --- a/src/common/js/utils.js +++ b/src/common/js/utils.js @@ -188,7 +188,9 @@ export default { // 严重违法 end // 冒用他人身份 begin case 'startAccept': - return '登记-待受理' + return '待受理' + case 'approveRemPunish': + return '待审批' case 'handleCancel': return '登记-待审核' case 'approvalCancel': diff --git a/src/views/todo/index.vue b/src/views/todo/index.vue index ef8f243..f7c43f9 100644 --- a/src/views/todo/index.vue +++ b/src/views/todo/index.vue @@ -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 } // 除名告知管理