liuchengxin
2022-01-24 1908a80cd8224860bb704486fa78a18cc9a06bf7
src/api/common/common.js
@@ -47,3 +47,11 @@
    method: 'get'
  })
}
// 厂商下拉列表
export function listManufacturer() {
  return request({
    url: '/oa/manufacturer/findList',
    method: 'get'
  })
}