From c661c48ac71e093cab4a2f5b4900ae3bbc0fc24c Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期二, 14 五月 2024 15:16:41 +0800 Subject: [PATCH] 完成会议统计 --- ruoyi-ui/src/api/meeting/index.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/api/meeting/index.js b/ruoyi-ui/src/api/meeting/index.js index 069a4e1..3e1ae4b 100644 --- a/ruoyi-ui/src/api/meeting/index.js +++ b/ruoyi-ui/src/api/meeting/index.js @@ -1,5 +1,6 @@ import request from '@/utils/request' +// 浼氳鐢宠 // 鏌ヨ鎵�鏈変細璁� export function listMeeting(query) { return request({ @@ -102,6 +103,15 @@ }) } +// 鏍规嵁id鏌ヨ鎵�鏈変細璁缁嗕俊鎭� +export function getMeetingInfo1(id) { + return request({ + url: '/zMeetingStatistic/' + id, + method: 'get', + + }) +} + // 鍥惧舰缁熻淇℃伅 export function listGraph(query) { return request({ -- Gitblit v1.9.1