温红权 3 年之前
父节点
当前提交
fce20bf0ba
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      ruoyi-ui/src/components/map/index.vue

+ 4 - 1
ruoyi-ui/src/components/map/index.vue

@@ -449,11 +449,14 @@ export default {
               that.shipShow = true;
               that.deviceShow = false;
               that.shipName = tadata.data;
+              that.activeName = "first";
 
             } else if (tadata.type == "device") {
               that.deviceShow = true;
               that.shipShow = false;
-              that.deviceData = tadata.data
+              that.deviceData = tadata.data;
+              that.d_activeName= 'd_first';
+
             }
             //  alert("我是点:"+tadata.data)
           }