From 229e4dee0dbb1fc83e8254e465c10826259aef74 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 16 十一月 2022 10:53:20 +0800
Subject: [PATCH] 1.班组、人员工资报表求和统计
---
src/api/user.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index f0834d2..319f928 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -7,10 +7,11 @@
params: data
})
}
-export function LoginMenu() {
+export function LoginMenu(data) {
return request({
url: 'Login/LoginMenu',
- method: 'get'
+ method: 'get',
+ params: data
})
}
--
Gitblit v1.9.3