@@ -49,7 +49,7 @@ export function selectDeviceType() {
return request({
url: '/center-monitor/camera/selectDeviceType',
method: 'post',
- data:{type:9}
+ data:{type:8}
})
}
//起火原因
@@ -76,9 +76,9 @@ export function getDlblistBydeptId(deptId) {
export function getMonitorDeviceAndDataList(deptId) {
let url = "";
if(deptId!=null){
- url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=9";
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=8";
}else{
- url= '/center-monitor/device/getMonitorDeviceAndDataList?type=9';
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?type=8';
url: url,