代码调整

This commit is contained in:
dong 2023-01-06 18:14:54 +08:00
parent 1e020fdc3d
commit 8baff2936b

View File

@ -177,6 +177,11 @@ export default {
if (this.currentSelect) {
this.noInit = this.sure && (this.getCacheMap()[this.currentSelect.code] || {}).done != 'one';
}
},
'$store.state.trainingNew.trainingSwitch': function(val) {
if (val && this.dialogShow) {
this.doClose();
}
}
},
methods: {