update: 移除无用的代码

pull/22/head
xlzy 2021-02-11 18:59:31 +08:00
parent 4314fc52f2
commit 47cd966b89
2 changed files with 1 additions and 9 deletions

View File

@ -20,8 +20,6 @@
</draggable>
</div>
</div>
<!-- <a-checkbox-group v-model="checkedList" :options="optionsWithDisabled" @change="onChange" >-->
<!-- </a-checkbox-group>-->
</div>
</template>

View File

@ -20,13 +20,7 @@ export default {
localDataSource: [],
localPagination: Object.assign({}, this.pagination),
isFullscreen: false,
customSize: this.size,
// 列配置
indeterminate: true,
checkAll: false,
checkedList: [],
columnsSetting: []
customSize: this.size
}
},
props: Object.assign({}, T.props, {