From 60e6f2bd2fc8d5c7bb3c9f9784b681d5958b2167 Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Thu, 24 Oct 2024 11:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AD=BE=E6=94=B6=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=20=E5=8F=96=E6=B6=88=E7=BB=84=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 7 - bpm/tasklistCom.vue | 58 ++++-- pages/tab/index.vue | 5 +- pages/task/handle.vue | 29 +-- pages/task/index.vue | 17 +- unpackage/dist/dev/app-plus/app-service.js | 219 +++++++++------------ 6 files changed, 146 insertions(+), 189 deletions(-) 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 @@