This commit is contained in:
张传龙 2023-06-27 17:18:24 +08:00
commit fe11e18197
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
v-model:value="queryItems.title"
type="text"
placeholder="请输入标题"
@keydown.enter="$table?.handleSearch"
@keypress.enter="$table?.handleSearch"
/>
</QueryBarItem>
</template>

View File

@ -31,7 +31,7 @@
show-password-on="mousedown"
placeholder="123456"
:maxlength="20"
@keydown.enter="handleLogin"
@keypress.enter="handleLogin"
/>
</div>