loulijun2021
2023-02-09 b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a
src/components/DndList/index.vue
@@ -61,7 +61,6 @@
  data() {
    return {
      checkedList: this.list1.map(i => i.show ? i.label : '').filter(i => i !== ''), // 列展示值
      checkedListDefault: [...this.list1], // 重置默认值List
      checkedListDefaultLabel: this.list1.map(i => i.show ? i.label : '').filter(i => i !== ''), // 重置默认值label
      checkedListDefaultFixed: this.list1.map(i => i.fixed), // 重置默认值fixed
      checkedAll: true