|
|
@ -410,6 +410,7 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onSubmit() {
|
|
|
|
onSubmit() {
|
|
|
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
editCompany(row) {
|
|
|
|
editCompany(row) {
|
|
|
@ -474,6 +475,7 @@ export default {
|
|
|
|
this.showSearch1 = !this.showSearch1;
|
|
|
|
this.showSearch1 = !this.showSearch1;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onManufacturerSubmit() {
|
|
|
|
onManufacturerSubmit() {
|
|
|
|
|
|
|
|
this.filterManufacturerQuery.page=1;
|
|
|
|
this.manufacturerList = [];
|
|
|
|
this.manufacturerList = [];
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|