严俊东
2021-07-12 77a21d098f1f5995f02b267a190b4d422aba6d05
ruoyi-ui/src/components/RightToolbar/index.vue
@@ -43,7 +43,14 @@
      type: Array,
    },
  },
  created() {
    // 显隐列初始默认隐藏列
    for (let item in this.columns) {
      if (this.columns[item].visible === false) {
        this.value.push(parseInt(item));
      }
    }
  },
  methods: {
    // 搜索
    toggleSearch() {