From 7938e5bedb3ff3b17dae51eb9588e8c8e71136c2 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期二, 09 五月 2023 16:55:43 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/views/code/code.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue
index 069b97a..89dd072 100644
--- a/Source/UBCS-WEB/src/views/code/code.vue
+++ b/Source/UBCS-WEB/src/views/code/code.vue
@@ -2005,7 +2005,7 @@
           this.$refs.crud.toggleSelection();
           this.selectionList = row;
           this.$refs.crud.setCurrentRow(row);
-          //this.$refs.crud.toggleRowSelection(row); //閫変腑褰撳墠琛�
+          this.$refs.crud.toggleRowSelection(row); //閫変腑褰撳墠琛�
           this.loadBasic(row);
         },
         // 鍚敤涓庡仠鐢�
@@ -2488,7 +2488,7 @@
     width: 495px;
   }
 
-  .clone-avue-crud > .el-card> .el-card__body > .avue-crud__menu {
+  .clone-avue-crud > .el-card > .el-card__body > .avue-crud__menu {
     display: none!important;
   }
 

--
Gitblit v1.9.3