JX.LI hace 2 años
padre
commit
4656cdda60
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/api/monitor.js

+ 2 - 2
src/api/monitor.js

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