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) {