Commit af34f9f13da9aaae513b0ca328c74f15faadbdc0
Merge branch 'fix/DEFECT-1791' into 'main_dev'
fix: 设备导入的时候TCP网关子设备选择出错 See merge request yunteng/thingskit-front!1057
Showing
1 changed file
with
6 additions
and
0 deletions
... | ... | @@ -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: '网关设备', | ... | ... |