|
@@ -87,11 +87,7 @@ onMounted(() => {
|
|
|
// 获取路由参数
|
|
|
const queryParams = new URLSearchParams(window.location.search)
|
|
|
const jobId = queryParams.get('jobId') || ''
|
|
|
-const sharedById = queryParams.get('sharedById') || ''
|
|
|
-const sharedByName = queryParams.get('sharedByName') || ''
|
|
|
-const sharedByPhone = queryParams.get('sharedByPhone') || ''
|
|
|
-const file = queryParams.get('file') || ''
|
|
|
-console.log(jobId, sharedById, sharedByName, sharedByPhone, file)
|
|
|
+// const sharedById = queryParams.get('sharedById') || ''
|
|
|
|
|
|
// 职位详情
|
|
|
const info = ref({})
|