|
@@ -128,9 +128,9 @@ export function getDlblistBydeptId(deptId) {
|
|
export function getMonitorDeviceAndDataList(deptId) {
|
|
export function getMonitorDeviceAndDataList(deptId) {
|
|
let url = "";
|
|
let url = "";
|
|
if(deptId!=null){
|
|
if(deptId!=null){
|
|
- url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=5";
|
|
|
|
|
|
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=4";
|
|
}else{
|
|
}else{
|
|
- url= '/center-monitor/device/getMonitorDeviceAndDataList?type=5';
|
|
|
|
|
|
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?type=4';
|
|
}
|
|
}
|
|
return request({
|
|
return request({
|
|
url: url,
|
|
url: url,
|