qinzhipeng_v 5 år sedan
förälder
incheckning
bd773c3b6f
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/views/projectManage/bugList/file/createdBug.vue

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

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