From 4280c7177d133958a86b872b3fd473ac75d0650c Mon Sep 17 00:00:00 2001
From: may <1742057357@qq.com>
Date: Fri, 25 Jul 2025 18:22:32 +0800
Subject: [PATCH] =?UTF-8?q?add=20=E5=A2=9E=E5=8A=A0=E5=82=AC=E5=8A=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/workflow/task/index.ts | 13 +++
src/components/Process/MessageType.vue | 100 +++++++++++++++++++++
src/views/workflow/task/allTaskWaiting.vue | 34 +++++--
3 files changed, 140 insertions(+), 7 deletions(-)
create mode 100644 src/components/Process/MessageType.vue
diff --git a/src/api/workflow/task/index.ts b/src/api/workflow/task/index.ts
index 6d515ec..87f7a1e 100644
--- a/src/api/workflow/task/index.ts
+++ b/src/api/workflow/task/index.ts
@@ -191,3 +191,16 @@ export const getNextNodeList = (data: any): any => {
data: data
});
};
+
+/**
+ * 催办任务
+ * @param data参数
+ * @returns
+ */
+export const urgeTask = (data: any): any => {
+ return request({
+ url: '/workflow/task/urgeTask',
+ method: 'post',
+ data: data
+ });
+};
diff --git a/src/components/Process/MessageType.vue b/src/components/Process/MessageType.vue
new file mode 100644
index 0000000..4ef5fa9
--- /dev/null
+++ b/src/components/Process/MessageType.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+ 站内信
+ 邮件
+ 短信
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/workflow/task/allTaskWaiting.vue b/src/views/workflow/task/allTaskWaiting.vue
index 9dc0c89..64f8f10 100644
--- a/src/views/workflow/task/allTaskWaiting.vue
+++ b/src/views/workflow/task/allTaskWaiting.vue
@@ -27,7 +27,8 @@
- 修改办理人
+ 修改办理人
+ 催办
@@ -97,21 +98,24 @@
-
+
+
+