|
|
@@ -320,7 +320,7 @@ export default {
|
|
|
this.levelSingleOptions.push({
|
|
|
label: item.name,
|
|
|
value: item.id,
|
|
|
- desc: item.formData.specialtyId
|
|
|
+ desc: item.desc
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
@@ -337,7 +337,7 @@ export default {
|
|
|
this.levelCollectiveOptions.push({
|
|
|
label: item.name,
|
|
|
value: item.id,
|
|
|
- desc: item.formData.specialtyId
|
|
|
+ desc: item.desc
|
|
|
});
|
|
|
});
|
|
|
}
|