dialog 种 next prev 的按钮行为和 close: false 搭配是没意义的,强制改成关闭

This commit is contained in:
liaoxuezhi 2019-11-04 17:12:17 +08:00
parent 2613bfce9a
commit 0b214cfd2e

View File

@ -587,7 +587,8 @@ export class DialogRenderer extends Dialog {
this.tryChildrenToHandle(
{
...action,
actionType: 'submit'
actionType: 'submit',
close: true
},
data,
action