我的github
posts - 3243,  comments - 42,  views - 158万

首先要在标签上定义ref="xxx"

然后可以在代码中调用

this.$refs.xxx

复制代码
<el-tree
            style="     background: rgba(33, 43, 53, 0.2);
                color: white;
                height: 250px;
                overflow-y: auto;
                font-size: 14px;"
            class="filter-tree"
            :render-after-expand="false"
            default-expand-all
            show-checkbox
            node-key="id"
            :data="data"
            :props="defaultProps"
            :filter-node-method="filterNode"
            :expand-on-click-node="true"
            @check-change="layerTreeCheckChanged"
            @node-contextmenu="rightClick"
            @node-click="nodeClick"
            ref="tree">
复制代码

数据绑定:data

          this.$nextTick(_=>{
              setTimeout(_=>{
                tree.setChecked(this.rightNode,true,true);
              },500)
           })

this.$nextTick()和tree.setChecked()两个事件会触发什么?

tree.setChecked()会触发tree的check-change事件。。

parseMsg->drawPoint
怎么执行的呢?
是由EventBus.$emit("queryTrack",str)发送
然后this.ws2.send(sql)
ws2接收到消息之后,又发送UDP信息
on("UDP",)
执行parseMsg。。调用drawPoint
posted on   XiaoNiuFeiTian  阅读(148)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
历史上的今天:
2020-11-02 ArcGIS MapServer和FeatureServer的区别
2020-11-02 REST服务和GP服务的区别?
2020-11-02 ArcObjects是用C++开发的,却导入了C#中,怎么做到的?(ArcObjects written in C++, but developed in C#, why?)
2020-11-02 基于SpringBoot开发一个Restful服务,实现增删改查功能
2019-11-02 定量遥感会议
2019-11-02 gdal栅格矢量化
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示