Commit 9af070a5 authored by 盖献康's avatar 盖献康

bug

parent 8d27b385
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<el-form v-show="showSearch" ref="queryForm" :model="queryParams" size="small" :inline="true" label-width="68px"> <el-form v-show="showSearch" ref="queryForm" :model="queryParams" size="small" :inline="true" label-width="68px">
<el-form-item prop="petNickname"> <el-form-item prop="petNickname">
<el-input <el-input
v-model="queryParams.petNickname" v-model.trim="queryParams.petNickname"
placeholder="请输入宠物昵称/宠主姓名" placeholder="请输入宠物昵称/宠主姓名"
clearable clearable
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment