|
@@ -551,7 +551,7 @@
|
|
handleImageUpload(e) {
|
|
handleImageUpload(e) {
|
|
const index = parseInt(e.sign);
|
|
const index = parseInt(e.sign);
|
|
if (e.imageList.length > 0) {
|
|
if (e.imageList.length > 0) {
|
|
- this.myList[index].value = e.imageList[0];
|
|
|
|
|
|
+ this.myList[index].value = e.imageList;
|
|
} else {
|
|
} else {
|
|
this.myList[index].value = '';
|
|
this.myList[index].value = '';
|
|
}
|
|
}
|