资质审核、资质查询 查看生产企业跟物资信息;查完后“重置”搜索条件,底下生产企业信息,跟物资信息依旧存在

dev
schry 2 years ago
parent 33470f3cac
commit 74e4d7ba86

@ -503,6 +503,8 @@ export default {
limit: 20, limit: 20,
}; };
this.getList(); this.getList();
this.manufacturerList = [];
this.registrationList = [];
this.productList = []; this.productList = [];
this.salesmanList = []; this.salesmanList = [];
}, },
@ -586,6 +588,7 @@ export default {
limit: 10, limit: 10,
}; };
this.manufacturerList = []; this.manufacturerList = [];
this.registrationList = [];
this.getManufacturerList(); this.getManufacturerList();
}, },
close() { close() {

@ -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() {

@ -426,3 +426,4 @@ export default {
<style scoped> <style scoped>
</style> </style>

Loading…
Cancel
Save