diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 581bdbf51..ed116adc1 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -1233,6 +1233,9 @@ export default { this.xmztOptions = this.notProjectStatus this.total = res.data.notMaintenance.total; } + this.$nextTick(() => { + this.$refs.multipleTable.doLayout(); + }) }, e => { }); // this.$refs.selection.selectAll(false) @@ -1266,6 +1269,9 @@ export default { this.xmztOptions = this.notProjectStatus this.total = res.data.notMaintenance.total; } + this.$nextTick(() => { + this.$refs.multipleTable.doLayout(); + }) }, e => { }); // 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; +}