zs
2025-05-16 91151a1c608da15115fd5edeff35e69bb78c2e9f
PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Models/CallMaterialOrder.ts
@@ -22,8 +22,8 @@
    return deleteCallMaterialOrders(ids) 
  } 
  async callMaterialByDataIdentifier(ids: string) {
    return callMaterialByDataIdentifier(ids)
  async callMaterialByDataIdentifier(data: any) {
    return callMaterialByDataIdentifier(data)
  }