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