소스 검색

缺陷页复制fix bug

PrinceLee 5 년 전
부모
커밋
7dfa40a6a9
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/projectManage/bugList/details/index.vue
  2. 1 0
      src/views/projectManage/bugList/file/createdBug.vue

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

@@ -1216,6 +1216,7 @@ export default {
       const data = res.data
       const item = {
         name: this.imageName || '',
+        status: 'success',
         url: 'http:' + data.url
       }
       this.fileList.push(item)

+ 1 - 0
src/views/projectManage/bugList/file/createdBug.vue

@@ -479,6 +479,7 @@ export default {
       const data = res.data
       const item = {
         name: this.imageName || '',
+        status: 'success',
         url: 'http:' + data.url
       }
       this.fileList.push(item)