|
@@ -859,7 +859,7 @@ export default {
|
|
return item.name !== file.name
|
|
return item.name !== file.name
|
|
})
|
|
})
|
|
this.bug.accessory = JSON.stringify(this.fileDbList)
|
|
this.bug.accessory = JSON.stringify(this.fileDbList)
|
|
- this.bugUpdate()
|
|
|
|
|
|
+ this.bugUpdate(this.bug, 'accessory')
|
|
},
|
|
},
|
|
handlePictureCardPreview(file) {
|
|
handlePictureCardPreview(file) {
|
|
this.dialogImageUrl = file.url
|
|
this.dialogImageUrl = file.url
|