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