Ver código fonte

复制粘贴bug测试

PrinceLee 5 anos atrás
pai
commit
5451bb3418
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      src/views/projectManage/bugList/details/index.vue

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

@@ -1210,6 +1210,8 @@ 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 = {
@@ -1225,6 +1227,8 @@ 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