修改立体出库

This commit is contained in:
王帅 2025-05-30 10:51:58 +08:00
parent 024c6dd479
commit 2719c45725

View File

@ -179,7 +179,7 @@
type="primary" type="primary"
@click="submit" @click="submit"
:disabled="state.button_state" :disabled="state.button_state"
v-loading="state.loadings" v-loading.fullscreen.lock="state.loadings"
>确认</el-button >确认</el-button
> >
</div> </div>
@ -608,8 +608,8 @@ function submit() {
state.button_state = false state.button_state = false
state.loadings = false state.loadings = false
} }
state.button_state = false // state.button_state = false
state.loadings = false // state.loadings = false
} catch (error) { } catch (error) {
ElMessageBox.alert('运行错误', '提醒框', { ElMessageBox.alert('运行错误', '提醒框', {
confirmButtonText: 'OK' confirmButtonText: 'OK'
@ -617,9 +617,9 @@ function submit() {
state.button_state = false state.button_state = false
state.loadings = false state.loadings = false
} finally { } finally {
state.loading = false // state.loading = false
state.button_state = false // state.button_state = false
state.loadings = false // state.loadings = false
} }
} }
</script> </script>