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

update

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