Browse Source

1. 修复提交失败 不关闭loading

MONSTER-ygh 1 year ago
parent
commit
c7af8f1488
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/team/applicationMr/dialog/applicationDetails.vue

+ 3 - 1
src/views/team/applicationMr/dialog/applicationDetails.vue

@@ -590,7 +590,9 @@ export default {
               this.$emit("getList");
               this.$emit("getList");
               this.cancel();
               this.cancel();
             }
             }
-          });
+          }).catch(()=>{
+            this.passLoading = false;
+          })
         } else {
         } else {
           this.$message.error("请选择座位!");
           this.$message.error("请选择座位!");
         }
         }