|
@@ -45,10 +45,9 @@ import {
|
|
getJobDetails,
|
|
getJobDetails,
|
|
getJobAdvertisedExtend,
|
|
getJobAdvertisedExtend,
|
|
} from '@/api/new/position'
|
|
} from '@/api/new/position'
|
|
-
|
|
|
|
-// 添加只为之后是否需要额外操作
|
|
|
|
-// const props = defineProps({
|
|
|
|
-// })
|
|
|
|
|
|
+const props = defineProps({
|
|
|
|
+ jobId: String
|
|
|
|
+})
|
|
|
|
|
|
let jobId = ''
|
|
let jobId = ''
|
|
let fairId = ''
|
|
let fairId = ''
|
|
@@ -73,7 +72,7 @@ const getPositionDetail = async (id) => {
|
|
getPositionExtendDetail(id)
|
|
getPositionExtendDetail(id)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-getPositionDetail('1904144364792340482')
|
|
|
|
|
|
+// getPositionDetail('1904154452278009858')
|
|
|
|
|
|
// 获取编辑的职位详情
|
|
// 获取编辑的职位详情
|
|
const showExtend = ref(false)
|
|
const showExtend = ref(false)
|