|
@@ -75,7 +75,7 @@ import EntCard from './components/entCard1.vue'
|
|
|
import JobCard from './components/jobCard1.vue'
|
|
|
import { useRoute } from 'vue-router'; const route = useRoute();
|
|
|
import { dealDictArrayData, dealDictObjData } from '@/utils/position'
|
|
|
-import { getJobAdvertisedShareQrcode, getJobAdvertisedShare } from '@/api/position'
|
|
|
+import { getJobAdvertisedShareQrcode } from '@/api/position'
|
|
|
|
|
|
const tab = ref(0)
|
|
|
const loading = ref(false)
|
|
@@ -199,10 +199,10 @@ const handleShare = () => {
|
|
|
}
|
|
|
|
|
|
// 保存分享参数
|
|
|
- const result = await getJobAdvertisedShare({ jobId: '12999' })
|
|
|
+ const result = await saveShareQuery({ jobFairId: jobFair.value.id })
|
|
|
const query = {
|
|
|
scene: 'id=' + result,
|
|
|
- path: 'pagesB/positionDetail/index',
|
|
|
+ path: 'pagesB/jobFair/positionClassification',
|
|
|
width: 200,
|
|
|
autoColor: false,
|
|
|
checkPath: true,
|