Sfoglia il codice sorgente

迭代八巡查任务和风险防控下的巡查结果的图片显示功能

zhangyihao 6 mesi fa
parent
commit
8d8b7878e5
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  1. 0 8
      src/api/inspectionWork/inspector.ts

+ 0 - 8
src/api/inspectionWork/inspector.ts

@@ -139,14 +139,6 @@ export function resultList(children_task_id, queryParams) {
     }
   });
 }
-// 文件下载
-export function fileDownload(url) {
-  return request({
-    url: '/api/file/download/' + url,
-    method: 'get',
-    params: url
-  });
-}
 // 查询巡查已完成果列表
 export function patrolNum(children_task_id, queryParams) {
   return request({