Explorar el Código

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

sunjh hace 5 años
padre
commit
69a4fc1865
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
 
           })