From c0e9df213221d16f6ab6c9106ae01ad571cd45fc Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 15 十一月 2024 09:08:02 +0800
Subject: [PATCH] 1.考勤打卡递交
---
src/api/kanbanManager.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index 79fc2c5..ec3a1e0 100644
--- a/src/api/kanbanManager.js
+++ b/src/api/kanbanManager.js
@@ -36,6 +36,14 @@
})
}
+// 杞﹂棿缁煎悎鐪嬫澘,宸︿笅閲囪喘璁㈠崟
+export function WorkShopCompreLeftBottom() {
+ return request({
+ url: 'KanBanManagerent/WorkShopCompreLeftBottom',
+ method: 'get'
+ })
+}
+
// 杞﹂棿缁煎悎鐪嬫澘,鍙充笂閿�鍞鍗�
export function WorkShopCompreRightTop(data) {
return request({
--
Gitblit v1.9.3