修改移库作业

This commit is contained in:
王帅 2025-05-30 15:48:20 +08:00
parent d8d1b001a4
commit 38fc7ff5c2

View File

@ -188,7 +188,7 @@
type="primary" type="primary"
@click="handleReserve" @click="handleReserve"
:disabled="state.Button_state" :disabled="state.Button_state"
v-loading="state.button_loading" v-loading.fullscreen.lock="state.button_loading"
>确定</el-button >确定</el-button
> >
</div> </div>
@ -500,8 +500,6 @@ async function handleReserve() {
state.button_loading = false state.button_loading = false
} }
state.loading = false state.loading = false
state.Button_state = false
state.button_loading = false
} }
function handleSelectionChange(selection: any) { function handleSelectionChange(selection: any) {