移除调试代码
This commit is contained in:
parent
af908c42b9
commit
e1fdede3ea
|
@ -279,7 +279,6 @@ class ListCtrl extends Component {
|
||||||
if (this.props.showCardList) { //如果是卡片页,说明表格组件已被销毁,setAllTableData不会生效。则先做标记waitUpdateTableData为true,不更新表格数据。等切换回列表时再做更新。
|
if (this.props.showCardList) { //如果是卡片页,说明表格组件已被销毁,setAllTableData不会生效。则先做标记waitUpdateTableData为true,不更新表格数据。等切换回列表时再做更新。
|
||||||
this.waitUpdateTableData = true;
|
this.waitUpdateTableData = true;
|
||||||
} else {
|
} else {
|
||||||
debugger
|
|
||||||
if(this.props.afterSort){
|
if(this.props.afterSort){
|
||||||
// 排序后场景,设置数据时不清空排序标记
|
// 排序后场景,设置数据时不清空排序标记
|
||||||
this.NCProps.table.setAllTableData(this.props.regTableTplArea, this.props.rowData, null, null, null, {disabledClearSort: true});
|
this.NCProps.table.setAllTableData(this.props.regTableTplArea, this.props.rowData, null, null, null, {disabledClearSort: true});
|
||||||
|
|
Loading…
Reference in New Issue