Selaa lähdekoodia

缺陷页复制fix bug

PrinceLee 5 vuotta sitten
vanhempi
sitoutus
7dfa40a6a9

+ 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)