From 5f6e4204603e056957879dd3de8f5a9d6e58355d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 6 Mar 2023 17:07:38 +0800 Subject: [PATCH] bug --- packages/wxwork/AppMaterialLibrary/components/List.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/wxwork/AppMaterialLibrary/components/List.vue b/packages/wxwork/AppMaterialLibrary/components/List.vue index 2839e888..4c054f77 100644 --- a/packages/wxwork/AppMaterialLibrary/components/List.vue +++ b/packages/wxwork/AppMaterialLibrary/components/List.vue @@ -323,6 +323,7 @@ type: this.currIndex, fileUrl: this.form.fileUrl.length ? this.form.fileUrl[0].url : '', fileId: this.form.fileUrl.length ? this.form.fileUrl[0].id : '', + pictureId: this.form.pictureUrl.length ? this.form.pictureUrl[0].id : '', pictureUrl: this.form.pictureUrl.length ? this.form.pictureUrl[0].url : '', fileSize: this.form.fileUrl.length ? this.form.fileUrl[0].fileSize : '', }).then(res => {