CN-971知识库列表改版

This commit is contained in:
hyx
2023-04-26 23:46:23 +08:00
parent bc81631be3
commit 1faf418cc8
11 changed files with 1299 additions and 224 deletions

View File

@@ -33,7 +33,9 @@ export default {
customTableTitle (n) {
if (n) {
setTimeout(() => {
this.$refs.dataTable.doLayout()
if (this.$refs.dataTable) {
this.$refs.dataTable.doLayout()
}
}, 200)
}
}
@@ -107,6 +109,9 @@ export default {
selectionChange (objs) {
this.$emit('selectionChange', objs)
},
checkboxStatusChange (isCheck, data) {
this.$emit('checkboxStatusChange', isCheck, data)
},
dragend () {
this.$nextTick(() => {
this.$refs.dataTable.doLayout()