|
@@ -135,7 +135,7 @@
|
|
|
<input
|
|
<input
|
|
|
type="text"
|
|
type="text"
|
|
|
placeholder="请输入花材名称,支持拼音首字母搜索"
|
|
placeholder="请输入花材名称,支持拼音首字母搜索"
|
|
|
- v-model="ptClassName"
|
|
|
|
|
|
|
+ v-model="keyword"
|
|
|
>
|
|
>
|
|
|
<div class="flex-center-center item-seek-btn" @click="search">搜索</div>
|
|
<div class="flex-center-center item-seek-btn" @click="search">搜索</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -349,7 +349,7 @@ export default {
|
|
|
let data = {
|
|
let data = {
|
|
|
page: this.pageNum,
|
|
page: this.pageNum,
|
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
|
- name: this.ptClassName,
|
|
|
|
|
|
|
+ name: this.keyword,
|
|
|
classId: this.ptClassId
|
|
classId: this.ptClassId
|
|
|
}
|
|
}
|
|
|
this.$service.ptItem.list(data).then(res => {
|
|
this.$service.ptItem.list(data).then(res => {
|