From e0a31f7013898540948f4d4d86ade1a5414b44d4 Mon Sep 17 00:00:00 2001
From: pengwei <2071057782@qq.com>
Date: 星期四, 20 三月 2025 17:32:42 +0800
Subject: [PATCH] 优化数据大屏页面

---
 项目代码/client/src/api/newapi/Process.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js"
index cc8f1ab..4b58cf0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js"
@@ -17,4 +17,10 @@
 //鑾峰彇濂楃瓛
 export const ArticleInfom = (data) => http.post(`/api/ArticleInfom/GetPageData`, data)
 //瀵煎嚭
-export const ExportApi = (data) => http.download('/api/Process/Export', data, "宸ヨ壓鏁版嵁.xlsx", "鍔犺浇涓�")
\ No newline at end of file
+export const ExportApi = (data) => http.download('/api/Process/Export', data, "宸ヨ壓鏁版嵁.xlsx", "鍔犺浇涓�")
+
+//鍒犻櫎宸ヨ壓
+export const DelProcess = (data) => http.post(`/api/Process/Del`, data)
+
+//璺熸柊鎴栬�呯紪杈戝伐鑹�
+export const AddOrUpdateProcess = (data) => http.post(`/api/Process/AddOrUpdateProcess`, data)
\ No newline at end of file

--
Gitblit v1.9.3