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