Ver Fonte

旅客信息弹窗修改

zhongxiaoyu há 2 anos atrás
pai
commit
1b0940c6d2
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      src/components/PassengerDialog/index.vue

+ 3 - 0
src/components/PassengerDialog/index.vue

@@ -198,8 +198,10 @@ export default {
         }
       } catch (error) {
         this.loading = false
+        this.getCheckCode()
         return Promise.reject(error.message)
       }
+      this.loading = false
     },
     async getPassengerInfo() {
       this.loading = true
@@ -221,6 +223,7 @@ export default {
         this.loading = false
         return Promise.reject(error.message)
       }
+      this.loading = false
     },
   },
 }