loulijun2021
2023-07-12 5d5e4a13c4a7c29d6c19c79fdff54f1825fd6af7
src/api/produceManager.js
@@ -118,10 +118,11 @@
}
// 生产开报工:报工时获取生产班组下拉框
export function MesOrderStepReportSelectUserGroup() {
export function MesOrderStepReportSelectUserGroup(data) {
  return request({
    url: 'ProductionManagement/MesOrderStepReportSelectUserGroup',
    method: 'get'
    method: 'get',
    params: data
  })
}