唐耀东
2022-05-23 e28e9395819fd992bc3e168b6ff89fb6f538f1bc
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
  })
}