浏览代码

统计分析

王通 2 年之前
父节点
当前提交
f339e74064
共有 1 个文件被更改,包括 2 次插入2 次删除
  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+"&type=7";
+      url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=6";
     }else{
-      url= '/center-monitor/device/getMonitorDeviceAndDataList'+"?type=7";
+      url= '/center-monitor/device/getMonitorDeviceAndDataList'+"?type=6";
     }
   return request({
     url: url,