From 569c6b3e6b28b2808d22af4656c8f65a973c345e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 07 五月 2025 09:07:11 +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