mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
rm console.log
This commit is contained in:
parent
5f765377ce
commit
2ef9be6f49
@ -500,7 +500,6 @@ export default class Table extends React.Component<TableProps, object> {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(updateRows, rows);
|
||||
updateRows && store.initRows(rows, props.getEntryId);
|
||||
typeof props.selected !== 'undefined' &&
|
||||
store.updateSelected(props.selected, props.valueField);
|
||||
|
Loading…
Reference in New Issue
Block a user