소스 검색

修复了项目单个导入没有转圈的问题

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

+ 1 - 0
src/components/cheat/ProjectAdd.vue

@@ -455,6 +455,7 @@ export default {
     },
     submitInfo () {
       //this.isModifyMode = false
+      this.showLoading()
       const newProject = {
         userId: this.user.userVO.id,
         name: this.project.name,