|
|
@ -166,6 +166,7 @@ |
|
|
getGoodsList(){ |
|
|
getGoodsList(){ |
|
|
let per_page = this.pageSize; |
|
|
let per_page = this.pageSize; |
|
|
let tab_item = this.tab_list[this.current]; |
|
|
let tab_item = this.tab_list[this.current]; |
|
|
|
|
|
if(this.$shared.isValueType(tab_item) == 'undefined') return; |
|
|
this.$http(this.API.API_GOODS_LIST, { |
|
|
this.$http(this.API.API_GOODS_LIST, { |
|
|
category_id: tab_item.id, |
|
|
category_id: tab_item.id, |
|
|
type: tab_item.type, |
|
|
type: tab_item.type, |
|
|
|