代码调整

This commit is contained in:
dong 2022-12-22 15:48:50 +08:00
parent 94ebd81292
commit 960eabe6cf

View File

@ -344,9 +344,9 @@ export default {
this.disabledSure = true; this.disabledSure = true;
this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => { this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => {
if (valid) { if (valid) {
this.disabledSure = false;
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true }); this.$store.dispatch('menuOperation/handleBreakFlag', { break: true });
} }
this.disabledSure = false;
}); });
} else if (!selection) { } else if (!selection) {
this.$messageBox(this.$t('menu.menuDialog.selectData')); this.$messageBox(this.$t('menu.menuDialog.selectData'));