loulijun2021
2023-06-17 ff76b3ed3494474e9301c49cf635f1553d49ecc5
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
  })
}