Browse Source

去除多余代码

PrinceLee 5 years ago
parent
commit
2b21d8623c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/views/projectManage/bugList/details/index.vue

+ 0 - 4
src/views/projectManage/bugList/details/index.vue

@@ -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