yz3456
2024-05-03 7678c30ff853730d22a0fa374367404af8aea946
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
  })
}