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