|
|
|
@ -342,6 +342,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
console.log(this.query);
|
|
|
|
|
filterList(this.query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -442,7 +443,8 @@ export default {
|
|
|
|
|
|
|
|
|
|
created() {
|
|
|
|
|
this.query.companyId = this.currentCustomer;
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|