forked from p96170835/amis
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