web
10 天以前 3a77d90fc296ac1d45b118f062a5a5a5d1dd0e68
src/api/screen/index.js
@@ -10,4 +10,15 @@
        method: 'post',
        data
    })
}
/**
 * 获取报警信息
 */
export const getPumpWarning = (data) => {
    return publicRequest({
        url: '/alarmHistory/search',
        method: 'post',
        data
    })
}