【代码优化】IoT: 场景联动执行器设备控制器信息回显

This commit is contained in:
puhui999
2025-03-29 14:35:33 +08:00
parent c8fce1e254
commit 04cfded36f
2 changed files with 10 additions and 14 deletions

View File

@ -49,6 +49,7 @@
v-if="actionConfig.type === IotRuleSceneActionTypeEnum.DEVICE_CONTROL"
:model-value="actionConfig.deviceControl"
:product-id="product?.id"
:product-key="product?.productKey"
@update:model-value="(val) => (actionConfig.deviceControl = val)"
/>