JX.LI 2 年之前
父节点
当前提交
56c6ded481
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,