|
@@ -268,7 +268,7 @@ export default {
|
|
|
this.getcompanystatus()
|
|
this.getcompanystatus()
|
|
|
}
|
|
}
|
|
|
if (options.workData) {
|
|
if (options.workData) {
|
|
|
- let workData = JSON.parse(options.workData)
|
|
|
|
|
|
|
+ let workData = JSON.parse(decodeURIComponent(options.workData));
|
|
|
this.selectedExper = workData.experience;
|
|
this.selectedExper = workData.experience;
|
|
|
this.selectedLevel = workData.education;
|
|
this.selectedLevel = workData.education;
|
|
|
this.selectedSalary = workData.salaryRange || '';
|
|
this.selectedSalary = workData.salaryRange || '';
|