代码调整
This commit is contained in:
parent
94ebd81292
commit
960eabe6cf
@ -344,9 +344,9 @@ export default {
|
||||
this.disabledSure = true;
|
||||
this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => {
|
||||
if (valid) {
|
||||
this.disabledSure = false;
|
||||
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true });
|
||||
}
|
||||
this.disabledSure = false;
|
||||
});
|
||||
} else if (!selection) {
|
||||
this.$messageBox(this.$t('menu.menuDialog.selectData'));
|
||||
|
Loading…
Reference in New Issue
Block a user