src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,12 @@ params: query, }); } // 明细分页查询 export function productionProductMainListPageDetail(query) { return request({ url: "/productionProductMain/listPageDetail", method: "get", params: query, }); }