From 2719c45725ea3af82e0fd71e654c9fa6c27e2cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Fri, 30 May 2025 10:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=8B=E4=BD=93=E5=87=BA?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/buildWareHouse/MaturationLibrary/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/buildWareHouse/MaturationLibrary/index.vue b/src/views/buildWareHouse/MaturationLibrary/index.vue index 080c37e..cc419b0 100644 --- a/src/views/buildWareHouse/MaturationLibrary/index.vue +++ b/src/views/buildWareHouse/MaturationLibrary/index.vue @@ -179,7 +179,7 @@ type="primary" @click="submit" :disabled="state.button_state" - v-loading="state.loadings" + v-loading.fullscreen.lock="state.loadings" >确认 @@ -608,8 +608,8 @@ function submit() { state.button_state = false state.loadings = false } - state.button_state = false - state.loadings = false + // state.button_state = false + // state.loadings = false } catch (error) { ElMessageBox.alert('运行错误', '提醒框', { confirmButtonText: 'OK' @@ -617,9 +617,9 @@ function submit() { state.button_state = false state.loadings = false } finally { - state.loading = false - state.button_state = false - state.loadings = false + // state.loading = false + // state.button_state = false + // state.loadings = false } }