qinzhipeng_v 5 жил өмнө
parent
commit
bd773c3b6f

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

@@ -268,7 +268,9 @@ export default {
       this.$nextTick(() => {
         this.$refs['formInline'].clearValidate()
       })
+      console.log(this.fileList, 'bug')
       this.fileList = []
+      this.fileDbList = []
       this.formInline = {}
       this.$set(this.formInline, 'creatorList', this.userNames)
       this.$set(this.formInline, 'bizId', Number(localStorage.getItem('bizId')))