From ac7c4b4c9f2a56137431e9befa900ca792045bdb Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 11 七月 2023 18:11:40 +0800
Subject: [PATCH] 主数据 主题库 租户管理bug修复

---
 Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue b/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue
index 3a057e4..e8abccc 100644
--- a/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue
+++ b/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue
@@ -142,6 +142,15 @@
             type: Array
         }
     },
+  watch:{
+    btmType:{
+      handler(newval,oldval){
+        console.log('鐩戝惉',newval,oldval)
+      },
+      deep:true,
+      immediate:true
+    }
+  },
     data() {
         return {
             form: {},
@@ -359,7 +368,7 @@
         },
         // 灞炴�ф睜鍔犺浇
         attrRefOnLoad(){
-            if (!this.attrRef.queryNotIn || (this.attrRef.queryNotIn === '' && this.btmType.attributes !== [])){
+            if (this.attrRef.queryNotIn != ''){
               this.attrRef.queryNotIn = '';
                this.btmType.attributes.forEach(item => {
                   this.attrRef.queryNotIn += (item.id + ",")

--
Gitblit v1.9.3