From ce09e7d8c54d1868fe9a589caec577ddb0aeaf52 Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期一, 27 五月 2024 17:38:43 +0800
Subject: [PATCH] 修改了bug
---
ruoyi-ui/src/api/meeting/index.js | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/api/meeting/index.js b/ruoyi-ui/src/api/meeting/index.js
index 16b9896..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({
@@ -70,7 +71,55 @@
data: data
})
}
+// ------------------------------------------------
+// 浼氳瀹℃壒
+// 鏌ヨ鎵�鏈変細璁�
+export function listMeeting2(query) {
+ return request({
+ url: '/zMeetingRatify/all',
+ method: 'get',
+ params: query
+ })
+}
+export function updateStatu(data) {
+ return request({
+ url: '/zMeetingRatify',
+ method: 'put',
+ data: data
+ })
+}
+
+
+
+// ------------------------------------------------
+// 浼氳缁熻
+// 鏌ヨ鎵�鏈変細璁�
+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