From cdb09e07c477931c8d7f7139945e66fd5fc01cce Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 27 五月 2024 09:02:40 +0800 Subject: [PATCH] feat:客户创建日计划 --- pages/login/userPassword.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index fff267a..ffe870d 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -103,6 +103,7 @@ }); }) .catch(err => { + this.submitLoading = false this.$u.toast('鐧诲綍寮傚父锛�'); console.log(err); }); @@ -133,10 +134,11 @@ }); } } - }) - .catch(e => { + }).catch(e => { + this.submitLoading = false this.$u.toast(e); }); + } } }; -- Gitblit v1.9.1