瀏覽代碼

监控中心修改

王通 2 年之前
父節點
當前提交
b8170cba9a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/api/monitor.js

+ 2 - 2
src/api/monitor.js

@@ -114,9 +114,9 @@ export function getSensorListByDeptId(deptId) {
 export function getDlblistBydeptId(deptId) {
   let url = "";
   if(deptId!=null){
-    url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?deptId=' + deptId;
+    url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?deptId=' + deptId+"&type=4";
   }else{
-    url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId';
+    url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?type=4';
   }
   return request({
     url: url,