Element 自定义标签页(el-tab) 下的添加 el-badge 视图不渲染


  
    证件类预警报警
  
  
    产废
  
  
    存储
  
  
    运输
  
  
    处置
  

效果图:

要想使 el-badge 的数据实时变化:

this.pointData = res.data
this.$children[0].$children[0].$forceUpdate();

使用 this.$children[0].$children[0].$forceUpdate();

原理:

通过找到el-badge 父组件的dom节点使用$forceUpdate()方法即能更新数值

你可能感兴趣的:(Element 自定义标签页(el-tab) 下的添加 el-badge 视图不渲染)