From 7678c30ff853730d22a0fa374367404af8aea946 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期五, 03 五月 2024 10:22:16 +0800 Subject: [PATCH] 完成会议审批模块 --- 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