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 + ",")