移除调试代码

This commit is contained in:
mzr 2025-04-12 14:11:26 +08:00
parent af908c42b9
commit e1fdede3ea
1 changed files with 0 additions and 1 deletions

View File

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