From fbec0a50ff9a4e4afb5ac7cbb965020acb9db2c7 Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期五, 10 五月 2024 15:35:10 +0800
Subject: [PATCH] 备忘录添加了fid
---
ruoyi-ui/src/api/meeting/index.js | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/api/meeting/index.js b/ruoyi-ui/src/api/meeting/index.js
index 16b9896..fde3be7 100644
--- a/ruoyi-ui/src/api/meeting/index.js
+++ b/ruoyi-ui/src/api/meeting/index.js
@@ -70,6 +70,24 @@
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
+ })
+}
--
Gitblit v1.9.1