btn block keydown event

This commit is contained in:
Captain.B 2020-04-10 10:29:44 +08:00
parent af04f5974d
commit 026a03c21d
1 changed files with 2 additions and 1 deletions

View File

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