fix 82306

This commit is contained in:
赵霄
2024-03-01 17:42:01 +08:00
parent 81760932b0
commit d91ac07c6d
+1 -3
View File
@@ -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