瀏覽代碼

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

sunjh 5 年之前
父節點
當前提交
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)
 
           })