jcdm-ui/src/api/main/bs/formulaChild/formulaChild.js
@@ -9,6 +9,24 @@ }) } // 查询配方配置子信息列表 export function getProductProcess(query) { return request({ url: '/bs/formulaChild/getProductProcess', method: 'post', data: query }) } // 查询工艺文件 export function getMainProductProcess(query) { return request({ url: '/bs/formulaChild/getMainProductProcess', method: 'post', data: query }) } // 查询配方配置子信息详细 export function getFormulaChild(id) { return request({