JX.LI %!s(int64=2) %!d(string=hai) anos
pai
achega
f0a670186b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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,