代码调整
This commit is contained in:
parent
94ebd81292
commit
960eabe6cf
@ -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'));
|
||||||
|
Loading…
Reference in New Issue
Block a user