From e0fc3af465e71bb4252c8acb49e9b1e0955381f3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Mar 2024 17:20:56 +0800
Subject: [PATCH] Merge branch 'yanshi' of http://s16s652780.51mypc.cn:49896/r/jczz_app into yanshi
---
api/workLog/workLog.js | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/api/workLog/workLog.js b/api/workLog/workLog.js
index cb2847e..5530c38 100644
--- a/api/workLog/workLog.js
+++ b/api/workLog/workLog.js
@@ -17,4 +17,23 @@
...params
}
})
+}
+
+
+export const getWorkLogDetail = (params) => {
+ return http.request({
+ url: '/blade-gridWorkLog/gridWorkLog/detail',
+ method: 'GET',
+ params: {
+ ...params
+ }
+ })
+}
+
+export const updateWorkLog = (data) => {
+ return http.request({
+ url: '/blade-gridWorkLog/gridWorkLog/update',
+ method: 'POST',
+ data
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3