|
@@ -24,6 +24,19 @@
|
|
|
|
|
|
<script setup name="hotPromotedPositions">
|
|
|
import PositionCard from '@/components/Position/item.vue'
|
|
|
-import {ref } from 'vue'
|
|
|
+import { ref } from 'vue'
|
|
|
+// import { getPromotedPosition } from '@/api/personal/position'
|
|
|
+import { getDict } from '@/hooks/web/useDictionaries'
|
|
|
+
|
|
|
const tab = ref(0)
|
|
|
+
|
|
|
+// 推荐职位
|
|
|
+// const getPositionList = async () => {
|
|
|
+// const { list } = await getPromotedPosition({ pageNo: 1, pageSize: 10 })
|
|
|
+// console.log(list, 'list')
|
|
|
+// }
|
|
|
+// getPositionList()
|
|
|
+
|
|
|
+const uuu = getDict('menduner_business_status')
|
|
|
+console.log(uuu, 'gggg')
|
|
|
</script>
|