qinzhipeng_v 5 년 전
부모
커밋
2cb0c9bfa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/projectManage/bugList/file/createdBug.vue

+ 1 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -269,7 +269,7 @@ export default {
         this.$refs['formInline'].clearValidate()
       })
       this.fileList = []
-      this.formInline = null
+      this.formInline = {}
       this.$set(this.formInline, 'creatorList', this.userNames)
       this.$set(this.formInline, 'bizId', Number(localStorage.getItem('bizId')))
       if (e === 1) {