路径调整

dev_forum
杨树明 6 years ago
parent 47ba7cb333
commit f142c7339d

@ -254,6 +254,7 @@ class Fileslists extends Component{
checkBoxValues:[],
checkAllValue:false
})
this.props.updataleftNavfun()
this.props.showNotification("删除成功");
}
})
@ -518,6 +519,7 @@ class Fileslists extends Component{
checkBoxValues:[],
// checkAllValue:false
})
this.props.updataleftNavfun()
this.props.showNotification('资源移动成功')
}
})

Loading…
Cancel
Save