浏览代码

重置后重新赋值

wangxingcheng 2 年之前
父节点
当前提交
a6e1475d29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/customer/openSea.vue

+ 1 - 1
src/views/customer/openSea.vue

@@ -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