From 495cea8064e7e582fc3066e1d968d230a5a922ec Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 6 Mar 2023 16:18:18 +0800 Subject: [PATCH 1/3] 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 e9f30c01..2839e888 100644 --- a/packages/wxwork/AppMaterialLibrary/components/List.vue +++ b/packages/wxwork/AppMaterialLibrary/components/List.vue @@ -322,6 +322,7 @@ ...this.form, type: this.currIndex, fileUrl: this.form.fileUrl.length ? this.form.fileUrl[0].url : '', + fileId: this.form.fileUrl.length ? this.form.fileUrl[0].id : '', pictureUrl: this.form.pictureUrl.length ? this.form.pictureUrl[0].url : '', fileSize: this.form.fileUrl.length ? this.form.fileUrl[0].fileSize : '', }).then(res => { From d8b1251dd88b72153c85ece46d77ffffbce11e08 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 6 Mar 2023 16:38:07 +0800 Subject: [PATCH 2/3] bug --- packages/wxwork/Announce/AppAnnounce/components/Add.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/wxwork/Announce/AppAnnounce/components/Add.vue b/packages/wxwork/Announce/AppAnnounce/components/Add.vue index 8f8c37ec..43bf0a63 100644 --- a/packages/wxwork/Announce/AppAnnounce/components/Add.vue +++ b/packages/wxwork/Announce/AppAnnounce/components/Add.vue @@ -281,7 +281,7 @@ 确认 - +