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