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 }) }