Commit 22c17884 authored by youjie's avatar youjie

no message

parent 93bbed0d
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
bottom: 0; bottom: 0;
width: 479px; width: 479px;
background: #fff; background: #fff;
z-index: 9999; z-index: 2;
} }
/deep/.page_CompanyAccDetail .el-table__row.hover-row .BalanceListBox{ /deep/.page_CompanyAccDetail .el-table__row.hover-row .BalanceListBox{
background: #F5F7FA; background: #F5F7FA;
...@@ -428,11 +428,9 @@ export default { ...@@ -428,11 +428,9 @@ export default {
Image: obj.Image Image: obj.Image
}) })
} }
setTimeout(()=>{ this.$nextTick(() => {
this.$nextTick(() => { this.$refs.table.doLayout(); // 若表格有 ref="table"
this.$refs.table.doLayout(); // 若表格有 ref="table" });
});
},500)
}else{ }else{
this.Error(res.data.message) this.Error(res.data.message)
if( this.msg.ClientID == 0 ){ if( this.msg.ClientID == 0 ){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment