|
|
@@ -563,7 +563,11 @@ export default {
|
|
|
}]
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
- this.uploadList = this.form.typeImages ? JSON.parse(this.form.typeImages) : []
|
|
|
+ // this.uploadList = this.form.typeImages ? JSON.parse(this.form.typeImages) : []
|
|
|
+ let temp = this.form.urlList.split(',')
|
|
|
+ if (temp[0] === '') this.uploadList = []
|
|
|
+ else this.uploadList = temp
|
|
|
+ // this.uploadList = this.form.typeImages ? JSON.parse(this.form.typeImages) : []
|
|
|
})
|
|
|
}
|
|
|
} else {
|