mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 21:52:01 +08:00
fix: when the form is opened repeatedly, the state is unexpectedly destroyed (#4406)
This commit is contained in:
@@ -177,7 +177,7 @@ export class FormApi {
|
||||
}
|
||||
|
||||
unmounted() {
|
||||
this.state = null;
|
||||
// this.state = null;
|
||||
this.isMounted = false;
|
||||
this.stateHandler.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user