From 15d7e404b2bc560306cb688c4c1ed8bffc1ce824 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 26 Sep 2025 10:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E8=BD=AC=E5=AE=A1=E6=A0=B8=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business-details.vue | 4 +- .../direct-rotation-apply/index.vue | 1 - .../directApplyRecord.vue | 39 +++++++++++-------- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/views/business-examine/direct-rotation-apply/business-details.vue b/src/views/business-examine/direct-rotation-apply/business-details.vue index 864d71e0..ef2be5ab 100644 --- a/src/views/business-examine/direct-rotation-apply/business-details.vue +++ b/src/views/business-examine/direct-rotation-apply/business-details.vue @@ -301,10 +301,10 @@ export default { this.getTaskInfo() // this.getAuditInfo() if (this.$route.query) { - const { nodeId, flowId } = this.$route.query + const { nodeId, flowId, taskId } = this.$route.query this.auditingParams.taskId = flowId this.currentNodeId = nodeId - this.getLeaseTaskDetailFun(flowId) + this.getLeaseTaskDetailFun(flowId || taskId) } }, methods: { diff --git a/src/views/business-examine/direct-rotation-apply/index.vue b/src/views/business-examine/direct-rotation-apply/index.vue index 72483d76..d078d732 100644 --- a/src/views/business-examine/direct-rotation-apply/index.vue +++ b/src/views/business-examine/direct-rotation-apply/index.vue @@ -86,7 +86,6 @@ size="mini" icon="el-icon-search" @click="handleEdit(scope.row, 1)" - v-if="scope.row.flowStatus == 2 || scope.row.flowStatus == 3" > 查看 diff --git a/src/views/business/businessHandlingRecord/directApplyRecord.vue b/src/views/business/businessHandlingRecord/directApplyRecord.vue index ce8d0eb2..d0370401 100644 --- a/src/views/business/businessHandlingRecord/directApplyRecord.vue +++ b/src/views/business/businessHandlingRecord/directApplyRecord.vue @@ -66,9 +66,7 @@ >