|
@@ -230,7 +230,7 @@
|
|
|
// 获取分页数据
|
|
// 获取分页数据
|
|
|
handleCurrentChange (type) {
|
|
handleCurrentChange (type) {
|
|
|
this.pageParams.page = type
|
|
this.pageParams.page = type
|
|
|
- this.$store.dispatch('supplier/loadMaterialList', {page: type, size: 20, vendUU: this.$route.params.uuid})
|
|
|
|
|
|
|
+ this.$store.dispatch('supplier/loadMaterialList', {page: type, size: 20, vendUU: this.$route.params.uuid, keyword: this.searchCode})
|
|
|
},
|
|
},
|
|
|
// 根据搜索信息获取数据
|
|
// 根据搜索信息获取数据
|
|
|
goodsSearch (type) {
|
|
goodsSearch (type) {
|