From ca0401f115fe45b5ccad9953c7b5cbefd6ad6db4 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 21 Dec 2021 12:35:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E5=AD=97=E6=AE=B5=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/DeWidget/DeSelectGrid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/widget/DeWidget/DeSelectGrid.vue b/frontend/src/components/widget/DeWidget/DeSelectGrid.vue index 14a77c930d..bad50f9d35 100644 --- a/frontend/src/components/widget/DeWidget/DeSelectGrid.vue +++ b/frontend/src/components/widget/DeWidget/DeSelectGrid.vue @@ -126,7 +126,7 @@ export default { initLoad() { this.value = this.element.options.attrs.multiple ? [] : null if (this.element.options.attrs.fieldId) { - multFieldValues(this.element.options.attrs.fieldId.split()).then(res => { + multFieldValues(this.element.options.attrs.fieldId.split(',')).then(res => { this.datas = this.optionDatas(res.data) if (this.element.options.attrs.multiple) { this.checkAll = this.value.length === this.datas.length