|
@@ -62,7 +62,7 @@ if (showHire) history.replaceState({ ...route.query, hire: 0 }, '', route.path)
|
|
|
const tabList = [
|
|
|
{ label: t('position.recruitmentInProgress'), value: 1 },
|
|
|
{ label: t('position.closed'), value: 2 },
|
|
|
- { label: t('position.expiredPosition'), value: 3 },
|
|
|
+ // { label: t('position.expiredPosition'), value: 3 },
|
|
|
{ label: t('position.publicRecruitment'), value: 4 }
|
|
|
]
|
|
|
|
|
@@ -89,7 +89,7 @@ const getPositionList = async () => {
|
|
|
|
|
|
if (tab.value !== 3) {
|
|
|
query.value.status = tab.value === 1 ? 0 : (tab.value === 2 ? 1 : null)
|
|
|
- } else delete query.value.status
|
|
|
+ }
|
|
|
|
|
|
const { list, total: number } = await getJobAdvertisedList(query.value)
|
|
|
if (!list.length) {
|