|
|
@ -391,6 +391,8 @@ export default {
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.productList = [];
|
|
|
|
this.productList = [];
|
|
|
|
this.salesmanList = [];
|
|
|
|
this.salesmanList = [];
|
|
|
|
|
|
|
|
this.manufacturerList = [];
|
|
|
|
|
|
|
|
this.registrationList = [];
|
|
|
|
},
|
|
|
|
},
|
|
|
|
hideSearch() {
|
|
|
|
hideSearch() {
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
@ -469,6 +471,7 @@ export default {
|
|
|
|
limit: 10,
|
|
|
|
limit: 10,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.manufacturerList = [];
|
|
|
|
this.manufacturerList = [];
|
|
|
|
|
|
|
|
this.registrationList = [];
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
hideSearch1() {
|
|
|
|
hideSearch1() {
|
|
|
|