Browse Source

Merge branch 'amend_xia'

fengshaolong 2 years ago
parent
commit
33d2546ee4

+ 5 - 0
src/views/recruitmentManagement/recruitmentPlan/recruitmentPlan.vue

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