From 7c524db9218938da1fb5f09a6b017f7ed9a217a0 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 18 五月 2024 18:23:54 +0800
Subject: [PATCH] css上传
---
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