src/api/hazardousChemicals/productRecord.js @@ -109,3 +109,11 @@ data: data }) } export function changeProRemaining(data) { return request({ url: '/product/changeRemaining', method: 'post', data: data }) }