src/api/basicData/newProduct.js
@@ -9,6 +9,14 @@ params: query }) } // 产品树查询2 export function productTreeListQuery(query) { return request({ url: '/productMaterial/listQuery', method: 'get', params: query }) } // 产品子类新增 export function addOrEditProduct(query) { return request({ @@ -123,4 +131,11 @@ method: 'get', params: query }) } // 拉取数据 export function loadData() { return request({ url: '/productMaterial/loadData', method: 'get', }) }