|
@@ -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, "摄像机台账信息");
|
|
|
|