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