diff --git a/src/api/taskapi/management.ts b/src/api/taskapi/management.ts
index e22b2d9..b28dacc 100644
--- a/src/api/taskapi/management.ts
+++ b/src/api/taskapi/management.ts
@@ -203,3 +203,11 @@ export function createAppTask(data?:any){
data: data
});
}
+//撤回发送的信息
+export function recalSendMsg(data?:any){
+ return request({
+ url: '/systemapi/task_management/recalSendMsg',
+ method: 'post',
+ data: data
+ });
+}
diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue
index 4e25afa..41154c1 100644
--- a/src/components/DesignForm/app/index.vue
+++ b/src/components/DesignForm/app/index.vue
@@ -34,7 +34,11 @@ import JSZip, { forEach } from "jszip";
import { gainFormPageListCont } from "@/api/DesignForm/requestapi";
import { Picture, InfoFilled, QuestionFilled } from "@element-plus/icons-vue";
import request from "@/utils/request";
-import { softDeletion, retractRunWorkFlow } from "@/api/taskapi/management";
+import {
+ softDeletion,
+ retractRunWorkFlow,
+ recallSendMsg,
+} from "@/api/taskapi/management";
import { formatNumber } from "@/api/DesignForm/utils";
@@ -1359,6 +1363,23 @@ const withdrawApplication = (val: any) => {
};
/**
@ 作者: 秦东
+@ 时间: 2025-04-01 14:50:46
+@ 功能: 撤回发送的企业微信消息
+*/
+const recallSendMsg = (val: any) => {
+ let sendInfo = {
+ id: val.masters_key.toString(),
+ };
+ recalSendMsg(sendInfo).then((data) => {
+ ElMessage({
+ message: "撤回成功!",
+ type: "success",
+ });
+ getPageData();
+ });
+};
+/**
+@ 作者: 秦东
@ 时间: 2024-04-11 11:17:42
@ 功能: 重新提交申请
*/
@@ -1822,6 +1843,24 @@ const readerColumnSun = (column: any) => {
class="fa fa-eye"
/>
+
+
+
+
+
{
getPageData();
});
};
+
+/**
+@ 作者: 秦东
+@ 时间: 2025-04-01 14:50:46
+@ 功能: 撤回发送的企业微信消息
+*/
+const recallSendMsg = (val: any) => {
+ let sendInfo = {
+ id: val.masters_key.toString(),
+ };
+ recalSendMsg(sendInfo).then((data) => {
+ ElMessage({
+ message: "撤回成功!",
+ type: "success",
+ });
+ getPageData();
+ });
+};
+
/**
@ 作者: 秦东
@ 时间: 2024-04-11 11:17:42
@@ -1829,6 +1848,26 @@ const readerColumnSun = (column: any) => {
class="fa fa-eye"
/>
+
+
+
+
+
+
+
-
-
-
-
-
- 我创建的
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
- {{ scope.row.createrInfo.name }}({{ scope.row.createrInfo.number }})
-
-
-
-
-
-
-
-
- 草稿
-
-
- 驳回
-
-
- 发表
-
-
- 审批中
-
-
- 归档
-
-
- 删除
-
-
-
-
-
-
-
- 流程任务
-
-
- 普通任务
-
-
-
-
-
-
-
-
-
-
+
+
+
+
我创建的
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.createrInfo.name }}({{
+ scope.row.createrInfo.number
+ }})
+
+
+
+
+
+
+ 草稿
+
+
+ 驳回
+
+
+ 发表
+
+
+ 审批中
+
+
+ 归档
+
+ 删除
+
+
+
+
+
+ 流程任务
+
+ 普通任务
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-