|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<view class="top-wrapper">
|
|
|
<view class="searchBox rx-bc">
|
|
|
- <input v-model="keyWord" placeholder="请输入编码" class="searchInput" />
|
|
|
+ <input v-model="keyWord" placeholder="请输入固资编码或名称" class="searchInput" />
|
|
|
<view class="rx-sc">
|
|
|
<u-button @click="doSearch" type="success" size="small" class="u-reset-button" text="搜索"></u-button>
|
|
|
</view>
|
|
|
@@ -114,7 +114,7 @@
|
|
|
title: '加载中'
|
|
|
})
|
|
|
this.isEnd = false
|
|
|
- getPageList({ pageNum: this.pageNum, size: 10, categoryLevelId: 4, rootCategoryLevelId: 4, code: this.keyWord }).then(data => {
|
|
|
+ getPageList({ pageNum: this.pageNum, size: 10, categoryLevelId: 4, rootCategoryLevelId: 4, argument: this.keyWord }).then(data => {
|
|
|
this.list = this.list.concat(data.list)
|
|
|
this.total = data.count
|
|
|
if (this.list.length >= this.total) {
|