From e89438773fc23ad67be9d3e4f5b4f068a2439606 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 28 六月 2023 16:48:34 +0800
Subject: [PATCH] 主题库布局和行编辑修改

---
 Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
index 48731fd..e9fd52a 100644
--- a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
@@ -289,9 +289,9 @@
     // 杞崲鏁版嵁true鍜宖alse
     formatBoolean(row, column) {
       if (column.property === "xiaoshouwl"
-        ||column.property === "shifoupihaoguanli" 
-        ||column.property === "caigouwl" 
-        ||column.property === "kucunwl" 
+        ||column.property === "shifoupihaoguanli"
+        ||column.property === "caigouwl"
+        ||column.property === "kucunwl"
         ||column.property === "passing") {
         return row[column.property] =='true'? "鏄�" : "鍚�";
       }
@@ -441,6 +441,7 @@
         this.rowOid = "";
       }
       this.selectRow = row;
+      this.parameter.ids = [];
       row.forEach((item) => {
         this.parameter.ids.push(item.oid);
       });

--
Gitblit v1.9.3