1.删除无用代码

zhairh
x_z 3 years ago
parent bec5ba7444
commit ba8d9bc868

@ -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 || [];

Loading…
Cancel
Save