唐耀东
2022-02-18 a4f81d8389c81893fe3e7c19218f0988b0f67993
src/api/common/common.js
@@ -47,3 +47,11 @@
    method: 'get'
  })
}
// 厂商下拉列表
export function listManufacturer() {
  return request({
    url: '/oa/manufacturer/findList',
    method: 'get'
  })
}