控制页面:增加获取物模型条件

This commit is contained in:
高云鹏 2024-10-22 15:31:12 +08:00
parent fe8aa92ba7
commit 6f6c5bd1a9

View File

@ -210,7 +210,9 @@ const sendValue = (data: any) => {
watch(
() => props.deviceId,
() => {
init()
if (props.iotModelId) {
init()
}
},
{
immediate: true,