qinzhipeng_v 5 년 전
부모
커밋
bd773c3b6f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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.$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')))