From 6bbb60ba0f98a954595c95dbe8a87c498e2787c2 Mon Sep 17 00:00:00 2001 From: monkeyhouyi Date: Sat, 12 Oct 2024 17:59:13 +0800 Subject: [PATCH] 1 --- src/views/baseInspectionReport/Form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- libgit2 0.21.4