修改代码

This commit is contained in:
lVAL 2021-01-15 18:10:14 +08:00
parent dd7f4d2aeb
commit fd5d8245c7

View File

@ -693,7 +693,9 @@ export default {
if (!this.securityCommand) {
step.over = true;
step.cmdType = this.cmdType;
}
}
this.pushTempData([])
this.$store.dispatch('training/nextNew', step).then(({ valid }) => {
if (valid && this.securityCommand) {
this.secondConfirm = true;