|
|
|
@ -238,7 +238,6 @@ export default {
|
|
|
|
|
this.filterQuery.customerId = store.getters.customerId;
|
|
|
|
|
filterProducts(this.filterQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.showSup = response.data.showSup;
|
|
|
|
|
this.list = response.data.list || [];
|
|
|
|
|