lxp
2025-03-14 9c91c96c4c1dca21670abfa7a0c879a734a888de
src/components/Table/lims-table.vue
@@ -319,7 +319,7 @@
  props: {
    isSelection: {
      type: Boolean,
      default: false,
      default: undefined,
    },
    height: {
      type: String,
@@ -387,7 +387,7 @@
    },
    rowKey: {
      type: String,
      default: undefined,
      default: "id",
    },
    page: {
      type: Object,
@@ -408,9 +408,9 @@
    };
  },
  watch: {
    column(val) {
      this.doLayout();
    },
    // column(val) {
    //   this.doLayout();
    // },
  },
  mounted() {
    this.calculateSpanInfo();