From 0bbf0c962af64624f375db6875d003814995640e Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期六, 26 八月 2023 11:46:56 +0800 Subject: [PATCH] 8-26人员管理组织架构对接完成 --- src/api/home.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/home.js b/src/api/home.js index 7c33bcc..4568c4a 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -34,4 +34,13 @@ method: 'get', params }) +} + +//缁熻 +export function getTurno(params) { + return request({ + url: '/home/turno', + method: 'get', + params + }) } \ No newline at end of file -- Gitblit v1.9.3