...
|
...
|
@@ -89,6 +89,7 @@ export const step1Schemas: FormSchema[] = [ |
89
|
89
|
transportType,
|
90
|
90
|
deviceProfileId: id,
|
91
|
91
|
gatewayId: null,
|
|
92
|
+ codeType: transportType === TransportTypeEnum.TCP ? TaskTypeEnum.MODBUS : null,
|
92
|
93
|
});
|
93
|
94
|
},
|
94
|
95
|
showSearch: true,
|
...
|
...
|
|