From 9cc440df58642761cd7361786351e91b9fa62a79 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期二, 22 八月 2023 11:16:20 +0800 Subject: [PATCH] 接口配置页面 --- Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue index 4639d3f..3697124 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue @@ -237,7 +237,7 @@ this.value=value.join(','); this.text=text.join(',') - this.$emit("setValue", {field:this.referConfig.field,showField:this.referConfig.showField,value:this.value,text:this.text,rawData:this.selectionList}); + this.$emit("setValue", {field:this.referConfig.field,showField:this.referConfig.showField,value:this.value,text:this.text,rawData:this.selectionList,fieldMap:this.referConfig.fieldMap}); this.visible=false; }, searchReset() { -- Gitblit v1.9.3