Commit 22c17884 authored by youjie's avatar youjie

no message

parent 93bbed0d
......@@ -113,7 +113,7 @@
bottom: 0;
width: 479px;
background: #fff;
z-index: 9999;
z-index: 2;
}
/deep/.page_CompanyAccDetail .el-table__row.hover-row .BalanceListBox{
background: #F5F7FA;
......@@ -428,11 +428,9 @@ export default {
Image: obj.Image
})
}
setTimeout(()=>{
this.$nextTick(() => {
this.$refs.table.doLayout(); // 若表格有 ref="table"
});
},500)
this.$nextTick(() => {
this.$refs.table.doLayout(); // 若表格有 ref="table"
});
}else{
this.Error(res.data.message)
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