yz3456
2024-05-10 fbec0a50ff9a4e4afb5ac7cbb965020acb9db2c7
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
  })
}