loulijun2021
2023-01-04 de29dc841e562cd13a3bf45d8460bf38a9410940
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