mirror of https://gitee.com/xiaonuobase/snowy
【优化】当组织机构下存在岗位Id, 通过岗位Id回显获取不到数据时, 回显提示错误
parent
caf0eb0e5e
commit
266c0ffbf5
|
@ -89,7 +89,9 @@
|
|||
idList: [modelValue.value]
|
||||
}
|
||||
props.echoFunction(param).then((data) => {
|
||||
options.value.push(data[0])
|
||||
if (data[0]){
|
||||
options.value.push(data[0])
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue