Browse Source

fix: 安防图片不显示问题

ZhaoJun 1 năm trước cách đây
mục cha
commit
ee65c89592
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/services/eqSelfInspection.js

+ 1 - 1
src/services/eqSelfInspection.js

@@ -12,7 +12,7 @@ export async function getAutoPatrolByRouteId(params) {
 }
 export async function getDumuDetail(detailId) {
   const res = await request(`/api/v1/dumu/detail/${detailId}`);
-  return res.data;
+  return res;
 }
 
 export async function queryUserList(param) {