This commit is contained in:
yanran200730
2023-03-06 16:18:18 +08:00
parent 89390fa3ff
commit 495cea8064

View File

@@ -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 => {