资质审核模块手动跳转到第2页,输入列表已有数据显示‘暂无数据

dev
1178634255 2 years ago
parent 93f07abbec
commit 1d9a3a9c31

@ -526,6 +526,7 @@ export default {
}); });
}, },
onSubmit() { onSubmit() {
this.filterQuery.page=1;
this.getList(); this.getList();
}, },
editCompany(row) { editCompany(row) {
@ -596,6 +597,7 @@ export default {
this.getManufacturerList(); this.getManufacturerList();
}, },
onManufacturerSubmit() { onManufacturerSubmit() {
this.filterManufacturerQuery.page=1;
//this.onManufacturerReset(); //this.onManufacturerReset();
this.getManufacturerList(); this.getManufacturerList();
this.addInfoVisible = false; this.addInfoVisible = false;
@ -675,6 +677,7 @@ export default {
this.getRegistrationList(); this.getRegistrationList();
}, },
onSubmit2() { onSubmit2() {
this.registrationQuery.page=1;
this.getRegistrationList(); this.getRegistrationList();
}, },
hideSearch3() { hideSearch3() {

Loading…
Cancel
Save