瀏覽代碼

视频诊断关联摄像机-导出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,
         },