Browse Source

表单标时赋值

wangxingcheng 3 năm trước cách đây
mục cha
commit
c0b58adb8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/customer/list.vue

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

@@ -288,7 +288,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