唐耀东
2022-06-11 35bff42b22d092d164ef4b9db8701f839c57bd9c
src/api/common/common.js
@@ -17,10 +17,11 @@
}
// 高校下拉列表
export function listSchool() {
export function listSchool(query) {
  return request({
    url: '/oa/school/select',
    method: 'get'
    method: 'get',
    params: query
  })
}