|
|
@ -1189,6 +1189,13 @@ const onEnter = async (field, value, e) => { |
|
|
|
if (list.length != 0) { |
|
|
|
emit('onEnter', field, value, e) |
|
|
|
} |
|
|
|
if (props.isShowFooterButtton && !props.footButttondata) { |
|
|
|
Butttondata = [ |
|
|
|
defaultButtons.formSaveBtn(null), // 保存 |
|
|
|
defaultButtons.formCloseBtn(null) // 关闭 |
|
|
|
] |
|
|
|
count.value++ |
|
|
|
} |
|
|
|
} |
|
|
|
) |
|
|
|
} else { |
|
|
|