From 1c79f9cb22aa8663192bef0fcaeeec5606aa467f Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 18 四月 2024 00:49:08 +0800
Subject: [PATCH] 集团属性池映射界面代码完善

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

diff --git a/Source/UBCS-WEB/src/views/modeling/BusinessEdit.vue b/Source/UBCS-WEB/src/views/modeling/BusinessEdit.vue
index 1abbe6e..4508f71 100644
--- a/Source/UBCS-WEB/src/views/modeling/BusinessEdit.vue
+++ b/Source/UBCS-WEB/src/views/modeling/BusinessEdit.vue
@@ -660,6 +660,8 @@
         });
         this.attrRef.queryNotIn += (item.id + ",")
       });
+      this.$refs.attrRef.selectClear();
+      this.attrRef.selectData = [];
       this.attrRef.data = [];
       this.closeAttrDialog();
     },

--
Gitblit v1.9.3