zouyu
2024-04-25 5bacc5e126870e63b9ba1facbabf2878bdccfa7d
src/views/common/ztt-table.vue
@@ -181,6 +181,7 @@
        <el-table-column
          align="center"
          type="selection"
          :reserve-selection="options.reserveSelection"
          v-if="options.multiSelect && !isEdit"
          style="width: 55px;"
          :selectable="selectHandle"
@@ -666,7 +667,8 @@
        tableCellMerge: false,
        cancelRunCreated: false, // 是否执行created()内容
        isGenerateId: false,
        isGenerateField: 'id'
        isGenerateField: 'id',
        reserveSelection: false,
      }
    },
    // table自适应高度底部高度
@@ -1379,6 +1381,7 @@
        this.multipleSelection = selection
        this.$emit('handleSelectionChange', selection)
      } */
      this.$emit('shoudonggouxuan',row)
    },
    handleSelectionChange(val) {
      this.multipleSelection = val