mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【优化】当组织机构下存在岗位Id, 通过岗位Id回显获取不到数据时, 回显提示错误
This commit is contained in:
@@ -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])
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user