From 6c062f825bcf7c6fd86ad77d68121298273f08ef Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期日, 25 六月 2023 11:17:33 +0800 Subject: [PATCH] 附件删除 --- 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