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