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) } },