fork弹框

This commit is contained in:
caishi 2023-07-20 17:15:31 +08:00
parent d00ac2190f
commit 09072f5749
1 changed files with 3 additions and 0 deletions

View File

@ -474,6 +474,9 @@ class Detail extends Component {
* fork自己的项目弹窗确定按钮方法
*/
forkSelfSuccess=(new_name,new_identifier)=>{
this.setState({
forkSelfVisible:false
})
this.forkFunc(new_name,new_identifier);
}