feat:【IoT 物联网】初步实现“数据流转”功能

This commit is contained in:
YunaiV
2025-06-24 21:21:42 +08:00
parent 983699f636
commit 8479d557a2
19 changed files with 482 additions and 154 deletions

View File

@ -61,7 +61,7 @@
@update:model-value="(val) => (actionConfig.alert = val)"
/>
<!-- 数据桥接执行器 -->
<!-- 数据流转目的执行器 -->
<DataBridgeAction
v-else-if="actionConfig.type === IotRuleSceneActionTypeEnum.DATA_BRIDGE"
:model-value="actionConfig.dataBridgeId"
@ -134,7 +134,7 @@ const initActionConfig = () => {
actionConfig.value.alert = {} as ActionAlert
}
// 数据桥接执行器初始化
// 数据流转目的执行器初始化
if (
actionConfig.value.type === IotRuleSceneActionTypeEnum.DATA_BRIDGE &&
!actionConfig.value.dataBridgeId