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