调整考试流程
This commit is contained in:
parent
d991a65517
commit
152c472b69
@ -179,6 +179,8 @@ export default {
|
|||||||
if (resp && resp.code == 200) {
|
if (resp && resp.code == 200) {
|
||||||
const detail = resp.data;
|
const detail = resp.data;
|
||||||
await this.$store.dispatch('training/setPrdType', this.prdTypeMap[detail.prdType]);
|
await this.$store.dispatch('training/setPrdType', this.prdTypeMap[detail.prdType]);
|
||||||
|
|
||||||
|
await this.$store.dispatch('training/setTrainingData', detail); // 设置实训信息
|
||||||
} else {
|
} else {
|
||||||
this.$messageBox(`获取实训步骤数据失败`);
|
this.$messageBox(`获取实训步骤数据失败`);
|
||||||
this.endViewLoading();
|
this.endViewLoading();
|
||||||
|
Loading…
Reference in New Issue
Block a user