JX.LI 2 년 전
부모
커밋
f0a670186b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,