【代码优化】IoT: 场景联动执行器设备控制器信息回显
This commit is contained in:
@ -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)"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user