wangJJ 5 năm trước cách đây
mục cha
commit
eb416551c5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/project/Project.vue

+ 0 - 1
src/components/project/Project.vue

@@ -897,7 +897,6 @@ export default {
         notify('success', '需求文档上传成功')
       }).catch((error) => {
         this.hideLoading()
-        this.project.doc = []
         notify('error', '需求文档上传失败:' + error.data)
       })
     },