Skip to content

Commit

Permalink
feat: 监听搜索框部分提供回车键提交搜索 (flipped-aurora#1335)
Browse files Browse the repository at this point in the history
* feat: flipped-aurora#1334 按回车键搜索
  • Loading branch information
yexk authored and yziwe committed Feb 26, 2023
1 parent 4ba75ee commit e8d24b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/resource/autocode_template/web/table.vue.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div class="gva-search-box">
<el-form :inline="true" :model="searchInfo" class="demo-form-inline">
<el-form :inline="true" :model="searchInfo" class="demo-form-inline" @keyup.enter="onSubmit">
<el-form-item label="创建时间">
<el-date-picker v-model="searchInfo.startCreatedAt" type="datetime" placeholder="开始时间"></el-date-picker>
Expand Down

0 comments on commit e8d24b3

Please sign in to comment.