caoge 7 月之前
父節點
當前提交
fc3bde6fe1
共有 1 個文件被更改,包括 6 次插入6 次删除
  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, "摄像机台账信息");