mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
dialog 种 next prev 的按钮行为和 close: false 搭配是没意义的,强制改成关闭
This commit is contained in:
parent
2613bfce9a
commit
0b214cfd2e
@ -587,7 +587,8 @@ export class DialogRenderer extends Dialog {
|
||||
this.tryChildrenToHandle(
|
||||
{
|
||||
...action,
|
||||
actionType: 'submit'
|
||||
actionType: 'submit',
|
||||
close: true
|
||||
},
|
||||
data,
|
||||
action
|
||||
|
Loading…
Reference in New Issue
Block a user