|
@@ -862,6 +862,9 @@ export default defineComponent(
|
|
|
if (value.length >= 2) {
|
|
|
formState.dataModel.occupationalCategory = selectedOptions[1].value;
|
|
|
formState.dataModel.occupationalCategoryName = selectedOptions[1].label;
|
|
|
+ } else {
|
|
|
+ formState.dataModel.occupationalCategory = "";
|
|
|
+ formState.dataModel.occupationalCategoryName = "";
|
|
|
}
|
|
|
}
|
|
|
const onSelectModel = ()=>{
|