@ -660,7 +660,7 @@
},
getTypeList() {
GoodsApi.typeList({
is_in_store: this.current == 0 ? 0 : 1
// is_in_store: this.current == 0 ? 0 : 1
}).then(res => {
if (res.status == 200) {
this.tabList = res.data.list;