Skip to content

Commit 5319437

Browse files
authored
fix: form 里面的弹窗执行 form 事件动作后数据丢失的问题 (#11916)
1 parent 470e97c commit 5319437

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/amis-core/src/store/iRenderer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ export const iRendererStore = StoreNode.named('iRendererStore')
271271
});
272272

273273
self.action = action;
274-
self.dialogData = false;
275-
self.drawerOpen = false;
276274
},
277275

278276
openDialog(

0 commit comments

Comments
 (0)