Commit 7bd0bf3e authored by “yiyousong”'s avatar “yiyousong”

fix:修改搜索

parent 5e26b6ab
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
v-model="searchVal" v-model="searchVal"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入设备名称搜索" placeholder="请输入设备名称搜索"
@keyup.native.enter="handleSearch"
></el-input> ></el-input>
<el-button size="small" type="primary" @click="handleSearch" <el-button size="small" type="primary" @click="handleSearch"
>搜 索</el-button >搜 索</el-button
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
style="width: 200px" style="width: 200px"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入材料全称搜索" placeholder="请输入材料全称搜索"
@keyup.native.enter="handleSearch"
></el-input> ></el-input>
<el-button size="small" type="primary" @click="handleSearch" <el-button size="small" type="primary" @click="handleSearch"
>搜索</el-button >搜索</el-button
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
style="width: 200px" style="width: 200px"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入事项全称搜索" placeholder="请输入事项全称搜索"
@keyup.native.enter="handleSearchLeft"
></el-input> ></el-input>
<el-button size="small" type="primary" @click="handleSearchLeft" <el-button size="small" type="primary" @click="handleSearchLeft"
>搜索</el-button >搜索</el-button
...@@ -159,6 +160,7 @@ ...@@ -159,6 +160,7 @@
v-model="rightSearch" v-model="rightSearch"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入材料全称搜索" placeholder="请输入材料全称搜索"
@keyup.native.enter="handleSearchRight"
></el-input> ></el-input>
<el-button size="small" type="primary" @click="handleSearchRight" <el-button size="small" type="primary" @click="handleSearchRight"
>搜索</el-button >搜索</el-button
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
v-model="searchVal" v-model="searchVal"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入材料全称搜索" placeholder="请输入材料全称搜索"
@keyup.native.enter="handleSarch"
></el-input> ></el-input>
<el-button size="small" type="primary" @click="handleSarch" <el-button size="small" type="primary" @click="handleSarch"
>搜索 >搜索
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
size="small" size="small"
style="width: 200px" style="width: 200px"
v-model="leftSearch" v-model="leftSearch"
@keyup.native.enter="searchLeft"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入事项全称搜索" placeholder="请输入事项全称搜索"
></el-input> ></el-input>
...@@ -194,6 +195,7 @@ ...@@ -194,6 +195,7 @@
v-model="rightSearch" v-model="rightSearch"
class="ml10 mr10" class="ml10 mr10"
placeholder="请输入事项名称搜索" placeholder="请输入事项名称搜索"
@keyup.native.enter="handleSearchRight"
></el-input> ></el-input>
<el-button size="small" type="primary" @click="handleSearchRight" <el-button size="small" type="primary" @click="handleSearchRight"
>搜索</el-button >搜索</el-button
......
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