From b5b28e8b9c639f49e69efc60684e68bf642d1092 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期三, 21 六月 2023 16:43:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue b/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue index d61723b..1515c8f 100644 --- a/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue +++ b/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue @@ -203,6 +203,7 @@ reserveSelection: true, searchMenuSpan:8, highlightCurrentRow: true, + rowKey: 'id', column: [ { label: '鑻辨枃鍚嶇О', @@ -373,7 +374,9 @@ }, // 纭灞炴�ф睜鍕鹃�� confirmSelectAttr(){ - this.btmType.attributes = []; + if(!this.btmType.attributes){ + this.btmType.attributes = []; + } this.attrRef.queryNotIn = ""; this.attrRef.selectData.forEach(item => { this.btmType.attributes.push({ -- Gitblit v1.9.3