1. 首页
  2. 行业
  3. 物流
  4. vue 点击其他区域关闭自定义div操作

vue 点击其他区域关闭自定义div操作

上传者: 2020-12-06 22:00:45上传 PDF文件 101.58KB 热度 12次
方法一: 在外层div添加事件 @click=”closeSel” html method closeSel(event){ var currentCli = document.getElementById("sellineName"); if(currentCli ){ if(!currentCli.contains(event.target)){ //点击到了id为sellineName以外的区域,隐藏下拉框 this.listLineUl = false; } } } 方法二、element.addEventListener(eve
下载地址
用户评论