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 |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/api/meeting/index.js b/ruoyi-ui/src/api/meeting/index.js
index fde3be7..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({
@@ -91,4 +92,34 @@
 
 
 
+// ------------------------------------------------
+// 浼氳缁熻
+// 鏌ヨ鎵�鏈変細璁�
+export function listMeeting3(query) {
+  return request({
+    url: '/zMeetingStatistic/all',
+    method: 'get',
+    params: query
+  })
+}
+
+// 鏍规嵁id鏌ヨ鎵�鏈変細璁缁嗕俊鎭�
+export function getMeetingInfo1(id) {
+  return request({
+    url: '/zMeetingStatistic/' + id,
+    method: 'get',
+
+  })
+}
+
+// 鍥惧舰缁熻淇℃伅
+export function listGraph(query) {
+  return request({
+    url: '/zMeetingStatistic/one',
+    method: 'get',
+    params: query
+  })
+}
+
+
 

--
Gitblit v1.9.1