huminmin
10 小时以前 c82a938c4fee27a6e478782ffc355809cd5cdcda
src/api/productionManagement/productionReporting.js
@@ -33,3 +33,11 @@
    data: query,
  });
}
// 生产报工-删除
export function productionReportDelete(query) {
  return request({
    url: "/productionProductMain/delete",
    method: "delete",
    data: query,
  });
}