修改触发搜索的逻辑代码,删除按下enter 搜索
This commit is contained in:
parent
f5cf593f9d
commit
388911e20c
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="search-form">
|
||||
<a-form-model ref="form" :colon="false" :model="formModel" v-bind="$attrs" @keyup.enter.native="onSearch">
|
||||
<a-form-model ref="form" :colon="false" :model="formModel" v-bind="$attrs">
|
||||
<a-row v-if="type == 'single-line'" :gutter="20" style="margin-right: 0 !important;">
|
||||
<a-col
|
||||
class="search-form-item"
|
||||
|
|
Loading…
Reference in New Issue
Block a user