From 9c81ab87188929f98abfd56eb3d0aa13e0077990 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 14 九月 2025 19:42:01 +0800
Subject: [PATCH] 删除无用代码

---
 src/api/flow/todolist.js |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/api/flow/todolist.js b/src/api/flow/todolist.js
index 7c6d256..ed397f0 100644
--- a/src/api/flow/todolist.js
+++ b/src/api/flow/todolist.js
@@ -51,17 +51,6 @@
   });
 }
 
-export const getAppList = (current, size, params) => {
-  return request({
-    url: '/blade-mdm/program/ncfile/programpickpage',
-    method: 'get',
-    params: {
-      ...params,
-      current,
-      size,
-    },
-  })
-}
 export const getSelectedAppList = processInstanceId => {
   return request({
     url: '/blade-mdm/flow/mgr/nclist-by-instanceid',

--
Gitblit v1.9.3