diff --git a/src/sscrp/public/common/components/job-style/control/list_ctrl/ListCtrl.js b/src/sscrp/public/common/components/job-style/control/list_ctrl/ListCtrl.js index 8df99ec..b9b43ee 100644 --- a/src/sscrp/public/common/components/job-style/control/list_ctrl/ListCtrl.js +++ b/src/sscrp/public/common/components/job-style/control/list_ctrl/ListCtrl.js @@ -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});