Explorar el Código

修复创建项目时信息填写错误时会一直加载的问题

sunjh hace 5 años
padre
commit
ba805ad995
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

@@ -389,6 +389,7 @@ export default {
           })
         } else {
           console.log(valid)
+          this.hideLoading()
           notify('error','表单填写错误!')
           return false
         }