@@ -289,7 +289,7 @@
this.listLoading = false
},
exportData() {
- this.queryForm = true
+ this.queryForm.isPublic = true
let exportFrom = JSON.parse(JSON.stringify(this.queryForm))
exportFrom.columns = this.finallyColumns.map((item) => item.label)
api