فهرست منبع

重置之后重新赋值客户标时

wangxingcheng 2 سال پیش
والد
کامیت
a50df28a5f
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/customer/list.vue
  2. 1 0
      src/views/customer/openSea.vue

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

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

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

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