src/api/hazardousChemicals/warning.js @@ -14,3 +14,11 @@ method: 'delete' }) } export function handleWarning(params) { return request({ url: `/warning/markWarning`, method: 'put', data: params }) }