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

dev
schry 2 years ago
parent 33470f3cac
commit 74e4d7ba86

@ -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.manufacturerList = [];
this.registrationList = [];
this.getManufacturerList();
},
close() {

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

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

Loading…
Cancel
Save