From e5ced3e405d2eb5a8772ff4e01e81ed045306475 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 04 八月 2025 00:45:53 +0800
Subject: [PATCH] 字段调整

---
 src/api/flow/todolist.js |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/api/flow/todolist.js b/src/api/flow/todolist.js
index fafee0f..0a4c132 100644
--- a/src/api/flow/todolist.js
+++ b/src/api/flow/todolist.js
@@ -1,7 +1,7 @@
 /*
  * @Date: 2025-06-12 22:38:05
  * @LastEditors: gaoshp
- * @LastEditTime: 2025-07-08 23:52:49
+ * @LastEditTime: 2025-08-02 13:51:54
  * @FilePath: /mdmweb/src/api/flow/todolist.js
  */
 import request from '@/axios';
@@ -43,16 +43,25 @@
 }
 export const getSelectedAppList = processInstanceId => {
   return request({
-    url: '/blade-mdm/program/ncfile/list-by-process',
+    url: '/blade-mdm/flow/mgr/nclist-by-instanceid',
     method: 'get',
     params: {
       processInstanceId
     },
   })
 }
+export const removeAtt = (id, processInstanceId) => {
+  return request({
+    url: '/blade-mdm/flow/mgr/remove',
+    method: 'post',
+    params: {
+      id
+    },
+  })
+}
 export const getContent = id => {
   return request({
-    url: '/blade-mdm/program/ncfile/content',
+    url: '/blade-mdm/flow/mgr/nc-content',
     method: 'get',
     params: {
       id

--
Gitblit v1.9.3