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