From 967edf73786bf73aa7303d9fa8ef38c1645c3382 Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Wed, 17 Apr 2024 10:15:58 +0800
Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8D=95=E5=85=83=E5=90=8C?=
=?UTF-8?q?=E6=AD=A5=E9=98=85=E7=89=87=E6=A0=87=E5=87=86loading=E5=8A=A0?=
=?UTF-8?q?=E8=BD=BDbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-panel/setting/reading-unit/index.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/trials/trials-panel/setting/reading-unit/index.vue b/src/views/trials/trials-panel/setting/reading-unit/index.vue
index faa24bf4..f5272c33 100644
--- a/src/views/trials/trials-panel/setting/reading-unit/index.vue
+++ b/src/views/trials/trials-panel/setting/reading-unit/index.vue
@@ -98,7 +98,7 @@
{{ $t('common:dialogTitle:sign') }}
{{ `(${$t('common:label:sign')}${ currentUser })` }}
-
+
@@ -176,13 +176,16 @@ export default {
},
signInfo: signInfo
}
- resetAndAsyncCriterion(params).then(async res => {
+ resetAndAsyncCriterion(params).then(res => {
this.isPaneShow = false
this.$nextTick(() => {
this.signVisible2 = false
this.isPaneShow = true
this.loading = false
})
+ }).catch(() => {
+ this.$refs['signForm2'].btnLoading = false
+ this.loading = false
})
},
asyncTrialCriterionDictionary(TrialReadingCriterionId) {