Parcourir la source

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

sunjh il y a 5 ans
Parent
commit
69a4fc1865
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
 
           })