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

dev
1178634255 2 years ago
parent 93f07abbec
commit 1d9a3a9c31

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

Loading…
Cancel
Save