Commit cba312baa2f49235e4bc68e7fd79c59759eb48ee

Authored by fengwotao
1 parent 4d226ca3

fix:DEFECT-1247 设备创建网关子设备时,选择网关设备的回显问题

... ... @@ -162,7 +162,7 @@ export const step1Schemas: FormSchema[] = [
162 162 transportType,
163 163 },
164 164 valueField: 'tbDeviceId',
165   - labelField: 'name',
  165 + labelField: 'alias',
166 166 };
167 167 },
168 168 },
... ...