@ -503,6 +503,8 @@ export default {
limit: 20,
};
this.getList();
this.manufacturerList = [];
this.registrationList = [];
this.productList = [];
this.salesmanList = [];
},
@ -586,6 +588,7 @@ export default {
limit: 10,
this.getManufacturerList();
close() {
@ -391,6 +391,8 @@ export default {
hideSearch() {
this.showSearch = !this.showSearch;
@ -469,6 +471,7 @@ export default {
hideSearch1() {
@ -426,3 +426,4 @@ export default {
<style scoped>
</style>