btn block keydown event

This commit is contained in:
Captain.B 2020-04-10 10:28:52 +08:00
parent 4f88cc20f0
commit af04f5974d
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@
</el-form>
<template v-slot:footer>
<span class="dialog-footer">
<el-button type="primary" @click="updateTestResourcePool('updateTestResourcePoolForm')"
<el-button type="primary" onkeydown="return false;"
@click="updateTestResourcePool('updateTestResourcePoolForm')"
size="medium">{{$t('commons.save')}}</el-button>
</span>
</template>