소스 검색

修复了创建项目失败会一直加载的bug

sunjh 6 년 전
부모
커밋
69a4fc1865
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/project/ProjectCreate.vue

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

@@ -383,6 +383,7 @@ export default {
             // }
           }).catch(error => {
             //console.log(error)
+            this.hideLoading()
             notify('error', error.data)
 
           })