qinzhipeng_v 5 жил өмнө
parent
commit
933cc64301

+ 2 - 3
src/views/Platform/bugManage/bugCreate.vue

@@ -254,9 +254,8 @@ export default {
       for (var a of this.fileList) {
         this.fileDbList.push({ 'name': a.name, 'url': 'http:' + a.response.url })
       }
-      console.log(this.fileDbList)
-      localStorage.setItem('updata', this.fileDbList)
-      console.log(JSON.stringify(localStorage.getItem('updata')))
+      localStorage.setItem('updata', JSON.stringify(this.fileDbList))
+      console.log(localStorage.getItem('updata'))
       // }, 500)
     },
     async bugListSelect() {