Browse Source

适配我发起的流程详情权限

dufeng 1 year ago
parent
commit
4c05afd479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/workflowTask/approveCenter/launchList.vue

+ 1 - 1
pages/workflowTask/approveCenter/launchList.vue

@@ -8,7 +8,7 @@
 				:show="activeIndex === item[primaryKey]"
 				:key="index" 
 				:index='item.id'
-				@content-click="(id) => handle2ProcessTask(id, item.id, item.category, item.procDefId, false)">
+				@content-click="(id) => handle2ProcessTask('', item.id, item.category, item.procDefId, false)">
 				<di-descriptions :title="item.name" label-col="3" value-col="9" :border-bottom="true" >
 					<u-tag slot="right" size="mini" :text="item.statusLabel" :type="statusColorMap[item.statusLabel]" mode="light" />
 					<di-descriptions-item label="流程名称" :value="item.processDefinitionName" :ellipsis="true"/>