Ver código fonte

报告显示栏位管理

zhuliu 1 ano atrás
pai
commit
55b5973e2a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/report/components/index.vue

+ 1 - 1
src/views/report/components/index.vue

@@ -253,7 +253,7 @@ export default {
     getFieldList(val) {
       this.columnList = []
         this.$nextTick(()=>{
-            this.columnList = data
+            this.columnList = val
         })
     },
     // 显示栏位管理