浏览代码

去除多余代码

PrinceLee 5 年之前
父节点
当前提交
2b21d8623c
共有 1 个文件被更改,包括 0 次插入4 次删除
  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