wangJJ пре 5 година
родитељ
комит
eb416551c5
1 измењених фајлова са 0 додато и 1 уклоњено
  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)
       })
     },