element table 表格根据要求动态计算,二次计算
2019-05-24 本文已影响0人
清哥1992
需要更新合并值的时候执行以下代码便是
//绑定变量值
:show-summary="ShowSummary"
this.ShowSummary = false;
this.$nextTick().then( ()=> {
this.ShowSummary = true;
})
需要更新合并值的时候执行以下代码便是
//绑定变量值
:show-summary="ShowSummary"
this.ShowSummary = false;
this.$nextTick().then( ()=> {
this.ShowSummary = true;
})