From 38fc7ff5c2496ec1e21e29a70abcf137f9319e53 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 15:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=BA=93=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stocked/MoveLibrary/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/stocked/MoveLibrary/index.vue b/src/views/stocked/MoveLibrary/index.vue index 8f1f3fa..745c5b6 100644 --- a/src/views/stocked/MoveLibrary/index.vue +++ b/src/views/stocked/MoveLibrary/index.vue @@ -188,7 +188,7 @@ type="primary" @click="handleReserve" :disabled="state.Button_state" - v-loading="state.button_loading" + v-loading.fullscreen.lock="state.button_loading" >确定 @@ -500,8 +500,6 @@ async function handleReserve() { state.button_loading = false } state.loading = false - state.Button_state = false - state.button_loading = false } function handleSelectionChange(selection: any) {