From 109d785b5b30dc28fd9a106f0dcbb7fd45526810 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 19 五月 2025 16:25:43 +0800
Subject: [PATCH] 代码初始化
---
pda/api/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pda/api/index.js b/pda/api/index.js
index 48febec..3eb94df 100644
--- a/pda/api/index.js
+++ b/pda/api/index.js
@@ -166,4 +166,12 @@
method: 'get',
data
})
+}
+// 鎭㈠浣滀笟
+export const restoreWork = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/web/platformJob/restoreWork',
+ method: 'post',
+ data
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3