|
|
@ -149,12 +149,12 @@ export function getAlarmVideoDeviceKind () { //查询视频设备类型 |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
export function getAlarmVideoExceptionStatusId () { //查询视频异常类型 |
|
|
|
export function getAlarmVideoExceptionType () { //查询视频异常类型 |
|
|
|
return dispatch => basicAction({ |
|
|
|
type: 'get', |
|
|
|
dispatch: dispatch, |
|
|
|
actionType: 'GET_ALARM_VIDEO_EXCEPTION_STATUS_ID', |
|
|
|
url: `${ApiTable.getAlarmVideoExceptionStatusId}`, |
|
|
|
actionType: 'GET_ALARM_VIDEO_EXCEPTION_TYPE', |
|
|
|
url: `${ApiTable.getAlarmVideoExceptionType}`, |
|
|
|
msg: { option: '查询视频异常类型' }, |
|
|
|
reducer: { name: '' } |
|
|
|
}); |
|
|
|