From c7160f7bfbd54c762b2dc76e59bd1878ed1bc2c2 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 13 Mar 2026 17:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E6=88=90=E5=8A=9F=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=8C=89=E9=92=AEloading=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-inspection/components/pullImage/byTrials.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue index dc3201c..03a3f1d 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue @@ -781,7 +781,7 @@ export default { this.btnLoading = true let res = await cmoveStudyList(data) this.loading = false - this.btnLoading = true + this.btnLoading = false if (res.IsSuccess) { this.$message.success( this.$t('trials:inspection:pullImage:message:pullSuccess') @@ -790,7 +790,7 @@ export default { } } catch (err) { this.loading = false - this.btnLoading = true + this.btnLoading = false console.log(err) } },