浏览代码

应急type=5

qinhouyu 2 年之前
父节点
当前提交
ddafd8bbf1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/api/monitor.js

+ 2 - 2
src/api/monitor.js

@@ -77,9 +77,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=5';
   }else{
-    url= '/center-monitor/device/getMonitorDeviceAndDataList';
+    url= '/center-monitor/device/getMonitorDeviceAndDataList?type=5';
   }
   return request({
     url: url,