|
@@ -1212,8 +1212,6 @@ export default {
|
|
|
},
|
|
|
async confirmUpload() {
|
|
|
this.showCopyFile = false
|
|
|
- console.log('fileList1', this.fileList)
|
|
|
- console.log('fileDbList1', this.fileDbList)
|
|
|
const res = await this.updateFile(window.uploadFiles[0])
|
|
|
const data = res.data
|
|
|
const item = {
|
|
@@ -1230,8 +1228,6 @@ export default {
|
|
|
type: 'success'
|
|
|
})
|
|
|
this.bugUpdate(this.bug, 'accessory')
|
|
|
- console.log('fileList2', this.fileList)
|
|
|
- console.log('fileDbList2', this.fileDbList)
|
|
|
this.imageName = null
|
|
|
this.imageUrl = null
|
|
|
window.uploadFiles = null
|