Commit 8c5b4056 authored by 黄媛媛's avatar 黄媛媛

update

parent 2a86765e
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<div class="searchInput" style="width:250px"> <div class="searchInput" style="width:250px">
<el-input style="display:inline-block;width:225px;height:30px" <el-input style="display:inline-block;width:225px;height:30px"
placeholder="请输入规格名搜索" placeholder="请输入规格名搜索"
@keyup.enter.native="getList()"
v-model="msg.Name" v-model="msg.Name"
@clear="getList" @clear="getList"
size="small" size="small"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
<div class="searchInput" style="width:250px"> <div class="searchInput" style="width:250px">
<el-input style="display:inline-block;width:225px;height:30px" <el-input style="display:inline-block;width:225px;height:30px"
placeholder="请输入规格名搜索" placeholder="请输入规格名搜索"
v-model="msg.Name" v-model="msg.CategoryName"
@keyup.enter.native="getList()"
@clear="getList" @clear="getList"
size="small" size="small"
clearable> clearable>
...@@ -117,8 +118,8 @@ export default { ...@@ -117,8 +118,8 @@ export default {
msg:{ msg:{
pageIndex:1, pageIndex:1,
pageSize:15, pageSize:15,
Name:'', CategoryName:'',
Id:0, CategoryId:0,
Content:'', Content:'',
}, },
total:0, total:0,
......
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