bug
This commit is contained in:
@@ -323,6 +323,7 @@
|
|||||||
type: this.currIndex,
|
type: this.currIndex,
|
||||||
fileUrl: this.form.fileUrl.length ? this.form.fileUrl[0].url : '',
|
fileUrl: this.form.fileUrl.length ? this.form.fileUrl[0].url : '',
|
||||||
fileId: this.form.fileUrl.length ? this.form.fileUrl[0].id : '',
|
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 : '',
|
pictureUrl: this.form.pictureUrl.length ? this.form.pictureUrl[0].url : '',
|
||||||
fileSize: this.form.fileUrl.length ? this.form.fileUrl[0].fileSize : '',
|
fileSize: this.form.fileUrl.length ? this.form.fileUrl[0].fileSize : '',
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user