Commit 107e26340f844d7d2e42bd855ec39b9d6f2a3c49
1 parent
2bca428e
perf: change search params name on location page
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -28,14 +28,14 @@ export const formSchema: FormSchema[] = [ | @@ -28,14 +28,14 @@ export const formSchema: FormSchema[] = [ | ||
28 | }, | 28 | }, |
29 | }, | 29 | }, |
30 | { | 30 | { |
31 | - field: 'profileId', | 31 | + field: 'deviceProfileId', |
32 | label: '', | 32 | label: '', |
33 | component: 'ApiSelect', | 33 | component: 'ApiSelect', |
34 | componentProps: { | 34 | componentProps: { |
35 | api: getDeviceProfile, | 35 | api: getDeviceProfile, |
36 | placeholder: '请选择产品', | 36 | placeholder: '请选择产品', |
37 | labelField: 'name', | 37 | labelField: 'name', |
38 | - valueField: 'tbProfileId', | 38 | + valueField: 'id', |
39 | }, | 39 | }, |
40 | }, | 40 | }, |
41 | { | 41 | { |