Jelajahi Sumber

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

sunjh 6 tahun lalu
induk
melakukan
2b39c53b7e
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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,