|
@@ -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';
|
|
|
}
|
|
|
return request({
|
|
|
url: url,
|