资质查询——手动跳转到第2页,输入已有信息查询列表显示暂无数据

dev
1178634255 2 years ago
parent f508478ae8
commit 5a2cbc699c

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

Loading…
Cancel
Save