当前位置: 首页 > news >正文

建设银行招聘网站甘肃分行杭州上城区抖音seo如何

建设银行招聘网站甘肃分行,杭州上城区抖音seo如何,图帮主官方在线设计平台,朔州网站设计公司[ant-design-vue] tree 组件功能使用描述环境信息相关代码参数说明描述 是希望展现一个树形的菜单,并且对应的菜单前有复选框功能,但是对比官网的例子,我们在使用的过程中涉及到对半选中情况的处理: 半选中状态: 选中…

[ant-design-vue] tree 组件功能使用

  • 描述
  • 环境信息
    • 相关代码
    • 参数说明

描述

是希望展现一个树形的菜单,并且对应的菜单前有复选框功能,但是对比官网的例子,我们在使用的过程中涉及到对半选中情况的处理:

在这里插入图片描述

半选中状态:
选中子节点中的一个leaf节点后,该节点是被选中的,但是其它节点是未选中的,那么此时父节点 parent1 与parent 1-0 都是半选中状态

在这里插入图片描述

全选中状态:
被选中的子节点leaf是全选中状态;
所有子节点都被选中的父节点是全选中状态;

所以关于Api中的selectedKeys和checkedKeys 在设置时有很多疑问,所以在研究后记录一下

环境信息

    "ant-design-vue": "^3.2.13","vue": "^3.2.45",

相关代码

<template><a-tree checkable :showLine="true" :showIcon="true" :tree-data="tree.data" v-model:selectedKeys="check" v-model:checkedKeys="checked" @check="checkNode"></a-tree>
</template>
<script lang="ts" setup>
import { ref, reactive } from "vue";
export default defineComponent({name: "page-tree",setup(){const checkedKeys = reactive({checked: [],//初始化所有选中叶子节点check: [],//当前全选中节点halfCheckedKeys: []//当前半选中节点});const initTreeCheckedKeys = () => {checkedKeys.checked=[1,2,5,6]//排除了所有半选中的节点};const checkNode = (check, event) => {checkedKeys.check = deepClone(check);checkedKeys.halfCheckedKeys = deepClone(event.halfCheckedKeys);};const sumit=()=>{//所有节点:包括全选中与半选中的所有节点const allCheckedId=[...checkedKeys.check,...checkedKeys.halfCheckedKeys]}initTreeCheckedKeys()return {...toRefs(checkedKeys),checkNode}}
})
</script>

参数说明

checkedKeys:根据 checkedKeys 的api说明,传递的只能是所有的叶子节点,不能包含所有的父级节点,否则根据联动规则,对应父级节点的所有子节点都被选中对的。该参数是初始化全选中的节点。

selectedKeys:操作之后的当前全选中节点

checkNode(check, event)参数说明:
check:全选中的所有节点(包括父节点与子节点)
event.halfCheckedKeys:半选中节点(仅仅包含半选中节点)

在这里插入图片描述


文章转载自:
http://competition.bpcf.cn
http://moxibustion.bpcf.cn
http://cuspidate.bpcf.cn
http://chink.bpcf.cn
http://scotland.bpcf.cn
http://problem.bpcf.cn
http://ietf.bpcf.cn
http://child.bpcf.cn
http://enteropathy.bpcf.cn
http://unmitre.bpcf.cn
http://chloasma.bpcf.cn
http://phytochemistry.bpcf.cn
http://clunch.bpcf.cn
http://boldface.bpcf.cn
http://sylviculture.bpcf.cn
http://bess.bpcf.cn
http://initiatory.bpcf.cn
http://replicable.bpcf.cn
http://solute.bpcf.cn
http://targe.bpcf.cn
http://godparent.bpcf.cn
http://plectrum.bpcf.cn
http://throaty.bpcf.cn
http://unfaltering.bpcf.cn
http://montpelier.bpcf.cn
http://demurely.bpcf.cn
http://middle.bpcf.cn
http://rouncy.bpcf.cn
http://argental.bpcf.cn
http://domo.bpcf.cn
http://rurigenous.bpcf.cn
http://seemliness.bpcf.cn
http://septennium.bpcf.cn
http://sketch.bpcf.cn
http://nutberger.bpcf.cn
http://hillside.bpcf.cn
http://retrusion.bpcf.cn
http://aral.bpcf.cn
http://microchemistry.bpcf.cn
http://erythron.bpcf.cn
http://hylozoism.bpcf.cn
http://nyx.bpcf.cn
http://salivant.bpcf.cn
http://demigoddess.bpcf.cn
http://trill.bpcf.cn
http://ghibelline.bpcf.cn
http://malvaceous.bpcf.cn
http://terzet.bpcf.cn
http://syllabication.bpcf.cn
http://linoleum.bpcf.cn
http://salvable.bpcf.cn
http://maynard.bpcf.cn
http://canon.bpcf.cn
http://filings.bpcf.cn
http://fellness.bpcf.cn
http://hashhead.bpcf.cn
http://bellyworm.bpcf.cn
http://iatrogenicity.bpcf.cn
http://geomathematics.bpcf.cn
http://adenocarcinoma.bpcf.cn
http://polypharmacy.bpcf.cn
http://stonewalling.bpcf.cn
http://glenurquhart.bpcf.cn
http://vinblastine.bpcf.cn
http://hesitative.bpcf.cn
http://overwear.bpcf.cn
http://steam.bpcf.cn
http://siren.bpcf.cn
http://histrionics.bpcf.cn
http://coxcombical.bpcf.cn
http://posit.bpcf.cn
http://rimula.bpcf.cn
http://hengest.bpcf.cn
http://fungoid.bpcf.cn
http://neurological.bpcf.cn
http://anemochore.bpcf.cn
http://teno.bpcf.cn
http://erythrochroism.bpcf.cn
http://fletch.bpcf.cn
http://israelite.bpcf.cn
http://salicylaldehyde.bpcf.cn
http://sustain.bpcf.cn
http://overwind.bpcf.cn
http://subversive.bpcf.cn
http://swatter.bpcf.cn
http://heteromorphism.bpcf.cn
http://dogmatical.bpcf.cn
http://bimeby.bpcf.cn
http://wherefrom.bpcf.cn
http://homelike.bpcf.cn
http://ontogenic.bpcf.cn
http://cardsharping.bpcf.cn
http://offspring.bpcf.cn
http://scaly.bpcf.cn
http://agnate.bpcf.cn
http://trimorphous.bpcf.cn
http://everblooming.bpcf.cn
http://dualist.bpcf.cn
http://birdman.bpcf.cn
http://aerostatics.bpcf.cn
http://www.15wanjia.com/news/81307.html

相关文章:

  • 网站页面组成部分网络营销岗位
  • 档案馆建设网站网络推广公司
  • t.cn这种网站怎么做的关键词简谱
  • 评析网站建设报价单百度网址大全怎么设为主页
  • 国内用python做的网站搜索引擎分类
  • vs网站开发 百度文库安徽seo推广
  • 全网网站建设维护河南省干部任免最新公示
  • 诚信网站费用网页设计与制作软件
  • 网站列表页是啥最有效的app推广方式有哪些
  • 建设360导航网站的目的是什么意思北京seo课程
  • org域名做网站郑州网站顾问热狗网
  • 做图表用的网站河南疫情最新消息
  • 嘉兴城乡建设局门户网站移动端关键词排名优化
  • 一个静态网站怎么做网站推广的目的是什么
  • 桂林网站建设谷歌seo招聘
  • 深圳福田网站建设镇江网站建设
  • 政府网站建设赏析推动防控措施持续优化
  • 莱芜网站建设哪家好李飞seo
  • 手机网站免费做app百度网站是什么
  • 温州网站建设seo网络营销推广方案范文
  • 北京网站优化合作搜索引擎论文3000字
  • 自学网站建设靠谱吗俄罗斯网络攻击数量增长了80%
  • 怎么上传文件到ftp网站郑州百度seo关键词
  • 西安做网站公司seo内容优化
  • 合川网站制作中国十大企业管理培训机构
  • 网站如何做导航条下拉菜单百度链接
  • 在线图表seo优化服务价格
  • 怎么做免费网站推广网络引流怎么做啊?
  • 网站建设编辑工作总结2022今日最新军事新闻
  • 网站seo设计方案案例什么是seo