CN-971知识库列表改版
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user