diff --git a/api/api.js b/api/api.js
index 149b4ec..6e1148a 100644
--- a/api/api.js
+++ b/api/api.js
@@ -8,13 +8,6 @@ export function taskListApi(config) { // 我的任务列表
data: config
})
}
-export function taskGroupListApi(config) { // 我的组任务列表
- return https({
- url: '/act/task/taskGroupList',
- method: 'get',
- data: config
- })
-}
export function taskHistoryListApi(config) { // 我的历史任务列表
return https({
url: '/act/task/taskHistoryList',
diff --git a/bpm/tasklistCom.vue b/bpm/tasklistCom.vue
index a69b21c..869e694 100644
--- a/bpm/tasklistCom.vue
+++ b/bpm/tasklistCom.vue
@@ -1,32 +1,36 @@
-
+
-
-
- {{item.processApplyUserName}}的{{item.processDefinitionName}}
+
+
+ {{item.bpmBizTitle}}
{{item.durationStr}}
-
+
申请理由:{{item.bpmBizTitle}}
-
+
当前环节:{{item.taskName}}
-
+
流程名称:{{item.processDefinitionName}}
-
+
发起人:{{item.processApplyUserName}}
-
+
开始时间:{{item.taskBeginTime}}
+
+ 结束时间:{{item.taskEndTime}}
+
-
+
委托
@@ -34,11 +38,28 @@
办理
+
+
+
+
+ 签收
+
+