yangfeng
2024-03-08 60d0884f82141a0127fca7e2b03bf3c147436776
src/components/makepager/TableCommonView.vue
@@ -326,6 +326,12 @@
      }
      this.$emit("tableRowClassName", row)
    }
  },
  //解决表格抖动问题
  beforeUpdate() {
    this.$nextTick(() => {
      this.$refs["table"].doLayout()
    })
  }
}
</script>