diff --git a/src/views/device/Instance/Detail/ChildDevice/EdgeMap/PatchMapping.vue b/src/views/device/Instance/Detail/ChildDevice/EdgeMap/PatchMapping.vue index e28e2733..6d2c80ab 100644 --- a/src/views/device/Instance/Detail/ChildDevice/EdgeMap/PatchMapping.vue +++ b/src/views/device/Instance/Detail/ChildDevice/EdgeMap/PatchMapping.vue @@ -178,6 +178,8 @@ const handleClick = async () => { _emits('save'); } } + } else { + message.error('暂无对应属性的映射'); } } } diff --git a/src/views/device/Instance/Detail/ChildDevice/EdgeMap/index.vue b/src/views/device/Instance/Detail/ChildDevice/EdgeMap/index.vue index a6c8b265..10d5fc07 100644 --- a/src/views/device/Instance/Detail/ChildDevice/EdgeMap/index.vue +++ b/src/views/device/Instance/Detail/ChildDevice/EdgeMap/index.vue @@ -1,5 +1,5 @@