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