mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-11 01:14:42 +08:00
Remove console.log
This commit is contained in:
parent
0465f90c72
commit
6fa2aa7dde
2 changed files with 0 additions and 3 deletions
|
@ -134,11 +134,9 @@ class FileUploadDlg extends RbFormHandler {
|
|||
mp = null
|
||||
}
|
||||
$createUploader(this._upload, (res) => {
|
||||
console.log('000', res)
|
||||
if (!mp) mp = new Mprogress({ template: 1, start: true })
|
||||
mp.set(res.percent / 100)
|
||||
}, (res) => {
|
||||
console.log('111')
|
||||
const files = this.state.files || []
|
||||
files.push(res.key)
|
||||
this.setState({ files: files })
|
||||
|
|
|
@ -241,7 +241,6 @@ class RbList extends React.Component {
|
|||
|
||||
_checkSelected() {
|
||||
const chkSelected = $(this._rblistBody).find('>tr .custom-control-input:checked').length
|
||||
console.log('_checkSelected', chkSelected)
|
||||
|
||||
// 全选/半选/全清
|
||||
const chkAll = this.state.rowsData.length
|
||||
|
|
Loading…
Reference in a new issue