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)