@@ -208,6 +208,11 @@ export default {
};
}
},
+ beforeUpdate() {
+ this.$nextTick(() => { //在数据加载完,重新渲染表格
+ this.$refs['multipleTable'].doLayout();
+ })
+ },
methods: {
toggleSelection(rows) {
if (rows) {