Parcourir la source

表单标时赋值

wangxingcheng il y a 3 ans
Parent
commit
c0b58adb8b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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