法规清单-项目清单-列表显示遮挡
This commit is contained in:
@@ -1233,6 +1233,9 @@ export default {
|
|||||||
this.xmztOptions = this.notProjectStatus
|
this.xmztOptions = this.notProjectStatus
|
||||||
this.total = res.data.notMaintenance.total;
|
this.total = res.data.notMaintenance.total;
|
||||||
}
|
}
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.multipleTable.doLayout();
|
||||||
|
})
|
||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
// this.$refs.selection.selectAll(false)
|
// this.$refs.selection.selectAll(false)
|
||||||
@@ -1266,6 +1269,9 @@ export default {
|
|||||||
this.xmztOptions = this.notProjectStatus
|
this.xmztOptions = this.notProjectStatus
|
||||||
this.total = res.data.notMaintenance.total;
|
this.total = res.data.notMaintenance.total;
|
||||||
}
|
}
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.multipleTable.doLayout();
|
||||||
|
})
|
||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
// this.$refs.selection.selectAll(false)
|
// this.$refs.selection.selectAll(false)
|
||||||
@@ -1727,4 +1733,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/deep/ .el-table__fixed{
|
||||||
|
height:100% !important;
|
||||||
|
}
|
||||||
|
/deep/ .el-table__fixed-right{
|
||||||
|
height:100% !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user