拖拽完成后,数据清空
This commit is contained in:
parent
64dfc419db
commit
d7cb80658f
|
@ -227,11 +227,14 @@ class TableHeader extends Component {
|
||||||
};
|
};
|
||||||
|
|
||||||
clearDragBorder(){
|
clearDragBorder(){
|
||||||
if (!this.props.dragborder) return;
|
// if (!this.props.dragborder || !this.props.draggable) return;
|
||||||
|
if(!this.drag)return;
|
||||||
this.drag = {
|
this.drag = {
|
||||||
option:""
|
option:""
|
||||||
};
|
};
|
||||||
|
if (!this.props.draggable){
|
||||||
|
this.removeDragAbleEvent();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//---拖拽列宽代码逻辑----start-----
|
//---拖拽列宽代码逻辑----start-----
|
||||||
|
|
Loading…
Reference in New Issue