caoge 7 months ago
parent
commit
fc3bde6fe1
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/account/camera/index.vue

+ 6 - 6
src/views/account/camera/index.vue

@@ -1556,12 +1556,12 @@ export default {
       delete this.queryParams.pageNum;
       delete this.queryParams.pageSize;
       this.queryParams.ids = this.ids;
-      if(this.queryParams.ids.length == 0) {
-        return this.$message({
-                message: '请选择需要导出的数据',
-                type: "error",
-              });
-      }
+      // if(this.queryParams.ids.length == 0) {
+      //   return this.$message({
+      //           message: '请选择需要导出的数据',
+      //           type: "error",
+      //         });
+      // }
       getCameraDataUpLoadOut(this.queryParams).then((res) => {
         // this.exportFile(res, "摄像机台账信息");