JX.LI 2 years ago
parent
commit
56c6ded481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/monitor.js

+ 1 - 1
src/api/monitor.js

@@ -94,7 +94,7 @@ export function getMonitorDeviceAndDataList(deptId) {
     if(deptId!=null){
       url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=7";
     }else{
-      url= '/center-monitor/device/getMonitorDeviceAndDataList'+"&type=7";
+      url= '/center-monitor/device/getMonitorDeviceAndDataList'+"?type=7";
     }
   return request({
     url: url,