|
@@ -51,7 +51,7 @@ import { onMounted } from 'vue';
|
|
|
const scrollBox = ref()
|
|
|
|
|
|
const comList = [
|
|
|
- { path: basicInfo, id: 'resumeBasicInfo', domId: 'basicInfo' },
|
|
|
+ { path: basicInfo, id: 'resumeBasicInfo', domId: 'basicInfo' }, // domId与items中的id保持一致
|
|
|
{ path: selfEvaluation, id: 'resumeSelfEvaluation', domId: 'selfEvaluation' },
|
|
|
{ path: jobIntention, id: 'resumeJobIntention', domId: 'jobIntention' },
|
|
|
{ path: educationExp, id: 'resumeEducationExp', domId: 'educationExp' },
|