浏览代码

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

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,