!575 重命名目录bug

pull/575/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent db6ff86821
commit a1b21619a1

@ -337,7 +337,10 @@ export class CommonPanel extends React.Component<ICommonPanelProps, ICommonPanel
{
let dir_id = this.currentDir.id;
if (dir_name === this.state.updateNode.label)
{
this.setState({ updateNode: undefined });
return;
}
let data = await PostJson(DirUrl.update, {
dir_id, dir_name

Loading…
Cancel
Save