fix 82306
This commit is contained in:
@@ -225,9 +225,7 @@ export const ConfigurableTableMixin = {
|
||||
})
|
||||
},
|
||||
tableOnChange (pagination, filters, sorter) {
|
||||
// debugger;
|
||||
console.log(this.$refs.tableRef.resizing)
|
||||
if (this.$refs.tableRef.resizing) {
|
||||
if (this.$refs.tableRef && this.$refs.tableRef.resizing) {
|
||||
// 解决表格调整列宽触发排序的问题
|
||||
const classNameOne = window.event.target.parentNode.children[0].children[0].children[1].children[0].children[0].className
|
||||
const classNameTwo = window.event.target.parentNode.children[0].children[0].children[1].children[0].children[1].className
|
||||
|
||||
Reference in New Issue
Block a user