修改立体出库
This commit is contained in:
parent
024c6dd479
commit
2719c45725
@ -179,7 +179,7 @@
|
||||
type="primary"
|
||||
@click="submit"
|
||||
:disabled="state.button_state"
|
||||
v-loading="state.loadings"
|
||||
v-loading.fullscreen.lock="state.loadings"
|
||||
>确认</el-button
|
||||
>
|
||||
</div>
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user