From b77c70bb4fd39f3a08d2a3bc5e16155652452990 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 15 十一月 2024 16:28:08 +0800
Subject: [PATCH] 整合代码

---
 Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue b/Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue
index 3f07b29..9314cbc 100644
--- a/Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue
+++ b/Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue
@@ -202,7 +202,6 @@
     },
     isShow: {
       handler(newval) {
-        debugger;
         if (newval && this.$el.clientHeight > 50) {
           this.parentHeight = this.$el.clientHeight - this.$children[0].$children[1].$children[0].$el.clientHeight - this.$children[0].$children[2].$el.clientHeight - 5;
         }
@@ -354,7 +353,7 @@
       this.$refs.dataTable.rowView(row,index)
     },
     rowClickChange(row){
-      this.$refs.dataTable.toggleRowSelection(row);
+      this.$refs.dataTable.toggleRowSelection(row,true);
     },
     selectChange(row) {
       this.selectList = row;

--
Gitblit v1.9.3