loulijun2021
2023-06-28 76a3c7dcf11171f515a395f9961f7d080e6dce27
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
  })
}