소스 검색

视频诊断关联摄像机-导出excel功能

humingshi-7@163.com 11 달 전
부모
커밋
ef102e5d33
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/iot/diagnoseMission/indexCamera.vue
  2. 1 1
      src/views/iot/diagnoseThreshold/indexCamera.vue

+ 1 - 1
src/views/iot/diagnoseMission/indexCamera.vue

@@ -324,7 +324,7 @@ export default {
         return;
       }
       this.download(
-        "iot/sensor/export",
+        "iot/diagnoseMission/cameraExport",
         {
           ...this.queryParams,
         },

+ 1 - 1
src/views/iot/diagnoseThreshold/indexCamera.vue

@@ -322,7 +322,7 @@ export default {
         return;
       }
       this.download(
-        "iot/sensor/export",
+        "iot/diagnoseThreshold/cameraExport",
         {
           ...this.queryParams,
         },