|
@@ -149,6 +149,7 @@ const dealData = async (type, data) => {
|
|
if (type === '招聘') { // 门墩儿招聘-人员信息在组件中通过id和userId获取
|
|
if (type === '招聘') { // 门墩儿招聘-人员信息在组件中通过id和userId获取
|
|
personId.value = data?.id || ''
|
|
personId.value = data?.id || ''
|
|
userId.value = data?.userId || ''
|
|
userId.value = data?.userId || ''
|
|
|
|
+ activeName.value = 'info'
|
|
// return
|
|
// return
|
|
}
|
|
}
|
|
if (type === '新任命') {
|
|
if (type === '新任命') {
|