From 51c12838ddbeef2cbfd6b794ff0a7a77a2a1e6c5 Mon Sep 17 00:00:00 2001 From: zhouxy Date: Wed, 21 Jan 2026 20:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E8=A1=8C=E6=94=BF=E5=A4=84=E7=BD=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/js/utils.js | 4 +++- src/views/todo/index.vue | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) 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 } // 除名告知管理