From bf4cb4fdbd57f1785cdd1ddeadfb20a835d5fb6f Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期四, 05 六月 2025 15:18:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/flowable/workflow/FlowLedger.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/flowable/workflow/FlowLedger.vue b/src/views/flowable/workflow/FlowLedger.vue index 7061cfb..fe4a2f9 100644 --- a/src/views/flowable/workflow/FlowLedger.vue +++ b/src/views/flowable/workflow/FlowLedger.vue @@ -85,7 +85,7 @@ import JDictSelectTag from '@/components/dict/JDictSelectTag.vue' import AssignFileStreamXq from '@views/flowable/workflow/assignFileStream/AssignFileStreamXq.vue' import DispatchFileXq from '@views/flowable/workflow/dispatchFile/DispatchFileXq.vue' -import InspectionOrderXq from '@views/flowable/workflow/InspectionOrder/InspectionOrderXq.vue' +import InspectionOrderHandle from '@views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue' export default { name: 'FlowLedger', @@ -200,15 +200,15 @@ console.log('approcesstype--->', approcesstype) switch (approcesstype) { case 'drApproval': - item.description=item.title + item.description=item.description this.handDrDetial(item) break case 'ggApproval': - item.description=item.title + item.description=item.description this.handDispatchFileDetial(item) break case 'sbdjApproval': - item.description = item.title + item.description = item.description this.handInspectionOrderDetail(item) break default: @@ -230,6 +230,11 @@ }, handDispatchFileDetial(item){ this.selectDispatchFileXqData = item + + + + + this.selectDispatchFileXqData.assignee_dictText=item.todoUsers_dictText this.selectDispatchFileXqData.createTime=item.startTime this.selectDispatchFileXqData.procInstId=item.processInstanceId -- Gitblit v1.9.3