loulijun2021
2023-04-11 995788e4042ba9b2886a8e03ca201f2268359f58
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