唐耀东
2022-09-13 34e9605033b51eed37a3c7e1df4e4a2f394c9ab0
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
  })
}
@@ -47,3 +48,11 @@
    method: 'get'
  })
}
// 厂商下拉列表
export function listManufacturer() {
  return request({
    url: '/oa/manufacturer/findList',
    method: 'get'
  })
}