|
@@ -287,7 +287,9 @@ export default {
|
|
|
};
|
|
|
});
|
|
|
this.steps = { levelStep, otherStep };
|
|
|
- if (!this.curStep) this.curStep = levelStep[0];
|
|
|
+ if (!this.curStep.type) {
|
|
|
+ this.curStep = levelStep[0];
|
|
|
+ }
|
|
|
},
|
|
|
async getWorkLevels() {
|
|
|
const data = await workLevelList(this.workId);
|