fix:处理alert侧滑表格 tooltip不显示的问题

This commit is contained in:
zhangyu
2020-09-30 17:48:33 +08:00
parent 353c3c6ece
commit afa858c795
2 changed files with 2 additions and 2 deletions

View File

@@ -409,7 +409,7 @@
this.$set(item[type], "position", position);
}
this.$set(item[type], "loading", loading);
//this.$set(this.tableData,index,item);// 调用父组件
this.$set(this.tableData,index,item);// 调用父组件
},
// label tooltip是否显示
labelToolTipDis(labelType){