Skip to content

Commit 9e9a8de

Browse files
committed
fix: 修复密钥弹窗回车会重新开一个页面的缺陷
--bug=1048069 --user=王孝刚 【应用编排】-浮窗模式输入验证密码后 回车,会多打开一个页面 https://www.tapd.cn/57709429/s/1597919
1 parent d383a51 commit 9e9a8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/chat/auth/component/password.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
center
1313
:modal="true"
1414
>
15-
<el-form ref="FormRef" :model="form">
15+
<el-form ref="FormRef" :model="form" @submit.prevent="validator">
1616
<el-form-item prop="value" :rules="rules.value">
1717
<el-input show-password v-model="form.value" />
1818
</el-form-item>

0 commit comments

Comments
 (0)