【优化】当组织机构下存在岗位Id, 通过岗位Id回显获取不到数据时, 回显提示错误

pull/135/MERGE
15894237752 1 year ago committed by 小诺
parent caf0eb0e5e
commit 266c0ffbf5

@ -89,7 +89,9 @@
idList: [modelValue.value] idList: [modelValue.value]
} }
props.echoFunction(param).then((data) => { props.echoFunction(param).then((data) => {
options.value.push(data[0]) if (data[0]){
options.value.push(data[0])
}
}) })
} }
} }

Loading…
Cancel
Save