调整考试流程

This commit is contained in:
zyy 2020-08-28 13:29:45 +08:00
parent d991a65517
commit 152c472b69

View File

@ -179,6 +179,8 @@ export default {
if (resp && resp.code == 200) {
const detail = resp.data;
await this.$store.dispatch('training/setPrdType', this.prdTypeMap[detail.prdType]);
await this.$store.dispatch('training/setTrainingData', detail); //
} else {
this.$messageBox(`获取实训步骤数据失败`);
this.endViewLoading();