shuishen
2023-02-13 2f41fcc885634e54869e8fa298eae02292542d93
现有设备参数更改
1 files modified
2 ■■■ changed files
src/views/home/components/rightContainer.vue 2 ●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue
@@ -705,7 +705,7 @@
                if (params.data.equimentType) {
                    this.$emit('showequimentdetail', params.data.name, params.data.equimentType, 'type')
                } else {
                    this.$emit('showequimentdetail', params.data.name, params.data.equimentType, 'online')
                    this.$emit('showequimentdetail', params.data.name, params.data.online, 'online')
                }
            })
        },