|
@@ -7,7 +7,7 @@
|
|
|
<template v-else>
|
|
|
<div class="d-flex">
|
|
|
<div class="mt-3">
|
|
|
- <PositionList v-if="items.length" :items="items" @selectChange="selectChange"></PositionList>
|
|
|
+ <positionList v-if="items.length" :items="items" @selectChange="selectChange"></positionList>
|
|
|
</div>
|
|
|
<div class="position-details ml-1" style="flex: 1; overflow: hidden;">
|
|
|
<div class="position-content">
|
|
@@ -31,7 +31,7 @@ import { ref, reactive, nextTick } from 'vue'
|
|
|
// import { getJobAdvertisedSearch } from '@/api/position'
|
|
|
import { getPromotedPosition } from '@/api/position'
|
|
|
import { dealDictArrayData } from '@/utils/position'
|
|
|
-import PositionList from './components/item'
|
|
|
+import positionList from './components/positionList'
|
|
|
import recommendDetails from '@/views/recruit/personal/position/components/details.vue'
|
|
|
|
|
|
const jobId = ref('')
|