From fc8f6fada78598ff9e4149f2b30355a0b25eb2f5 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 23 五月 2024 13:37:35 +0800 Subject: [PATCH] 修改检测值输入bug --- src/views/common/ztt-table.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/common/ztt-table.vue b/src/views/common/ztt-table.vue index e681840..3eaa9ef 100644 --- a/src/views/common/ztt-table.vue +++ b/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 -- Gitblit v1.9.3