Commit db7773e973957a12315bbe2cd904c414b7e82473

Authored by loveumiko
1 parent ad144080

设备导入的时候TCP网关子设备选择出错

... ... @@ -188,6 +188,12 @@ export const basicInfoForm: FormSchema[] = [
188 188 },
189 189 },
190 190 {
  191 + field: FieldsEnum.TRANSPORT_TYPE,
  192 + label: '',
  193 + component: 'Input',
  194 + show: false,
  195 + },
  196 + {
191 197 field: FieldsEnum.GATEWAY_TB_DEVICE_ID,
192 198 component: 'ApiSelect',
193 199 label: '网关设备',
... ...