JX.LI 2 gadi atpakaļ
vecāks
revīzija
f0a670186b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/api/monitor.js

+ 2 - 2
src/api/monitor.js

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