控制页面:增加获取物模型条件
This commit is contained in:
parent
fe8aa92ba7
commit
6f6c5bd1a9
@ -210,7 +210,9 @@ const sendValue = (data: any) => {
|
||||
watch(
|
||||
() => props.deviceId,
|
||||
() => {
|
||||
init()
|
||||
if (props.iotModelId) {
|
||||
init()
|
||||
}
|
||||
},
|
||||
{
|
||||
immediate: true,
|
||||
|
Loading…
Reference in New Issue
Block a user