fix bug
This commit is contained in:
parent
5ba9146322
commit
b9fa6d92ce
@ -213,7 +213,7 @@ const columns = [
|
||||
clearable
|
||||
type="text"
|
||||
placeholder="请输入API路径"
|
||||
@keypress.enter="$table?.handleSearch"
|
||||
@keypress.enter="$table?.handleSearch()"
|
||||
/>
|
||||
</QueryBarItem>
|
||||
<QueryBarItem label="API简介" :label-width="70">
|
||||
@ -222,7 +222,7 @@ const columns = [
|
||||
clearable
|
||||
type="text"
|
||||
placeholder="请输入API简介"
|
||||
@keypress.enter="$table?.handleSearch"
|
||||
@keypress.enter="$table?.handleSearch()"
|
||||
/>
|
||||
</QueryBarItem>
|
||||
<QueryBarItem label="Tags" :label-width="40">
|
||||
@ -231,7 +231,7 @@ const columns = [
|
||||
clearable
|
||||
type="text"
|
||||
placeholder="请输入API模块"
|
||||
@keypress.enter="$table?.handleSearch"
|
||||
@keypress.enter="$table?.handleSearch()"
|
||||
/>
|
||||
</QueryBarItem>
|
||||
</template>
|
||||
|
||||
@ -320,7 +320,7 @@ const validateAddUser = {
|
||||
clearable
|
||||
type="text"
|
||||
placeholder="请输入用户名称"
|
||||
@keypress.enter="$table?.handleSearch"
|
||||
@keypress.enter="$table?.handleSearch()"
|
||||
/>
|
||||
</QueryBarItem>
|
||||
<QueryBarItem label="邮箱" :label-width="40">
|
||||
@ -329,7 +329,7 @@ const validateAddUser = {
|
||||
clearable
|
||||
type="text"
|
||||
placeholder="请输入邮箱"
|
||||
@keypress.enter="$table?.handleSearch"
|
||||
@keypress.enter="$table?.handleSearch()"
|
||||
/>
|
||||
</QueryBarItem>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user