Explorar el Código

Merge branch 'feature/product_management' into develop

wangxingcheng hace 2 años
padre
commit
56dfa912da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/customer/list.vue

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

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