Commit cba312baa2f49235e4bc68e7fd79c59759eb48ee
1 parent
4d226ca3
fix:DEFECT-1247 设备创建网关子设备时,选择网关设备的回显问题
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -162,7 +162,7 @@ export const step1Schemas: FormSchema[] = [ | @@ -162,7 +162,7 @@ export const step1Schemas: FormSchema[] = [ | ||
162 | transportType, | 162 | transportType, |
163 | }, | 163 | }, |
164 | valueField: 'tbDeviceId', | 164 | valueField: 'tbDeviceId', |
165 | - labelField: 'name', | 165 | + labelField: 'alias', |
166 | }; | 166 | }; |
167 | }, | 167 | }, |
168 | }, | 168 | }, |