From 55fb24dc2886371ed51c21150e6b91dd428f2850 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 02 九月 2024 14:57:22 +0800 Subject: [PATCH] 用户管理接口更新 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index 4dcd1af..cbbee28 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -3310,7 +3310,7 @@ console.error(error) this.reviewLoading = false; }) - } else if (e == 1) { + } else{ // 鍐嶆璇曢獙 this.reviewDia = true; } @@ -3405,6 +3405,7 @@ verifyUser: this.verifyUser }).then( res => { if (res.code === 200) { + this.submitLoading = false; this.$message.success("鎿嶄綔鎴愬姛") this.$emit('goback') } @@ -3415,7 +3416,6 @@ } } - this.submitLoading = false; }).catch(error => { console.error(error) this.submitLoading = false; -- Gitblit v1.9.3