diff --git a/src/views/baseInspectionReport/Form.vue b/src/views/baseInspectionReport/Form.vue index 019bc44..8646815 100644 --- a/src/views/baseInspectionReport/Form.vue +++ b/src/views/baseInspectionReport/Form.vue @@ -375,7 +375,7 @@ export default { obj && await request({ url: `/Extend/basesysteminfo/GetNoPagingList`, method: "GET", - params: { company: val } + params: { companyId: val } }).then(({data}) => { if(!data) return; this.nameOptions = data;