Browse Source

监控中心修改

王通 2 năm trước cách đây
mục cha
commit
b8170cba9a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,