|
@@ -76,6 +76,7 @@ const tabList = [
|
|
|
// { label: '到期职位', value: 3 }
|
|
|
]
|
|
|
const controlList = tabList.map(e => e.label)
|
|
|
+
|
|
|
const tabChange = (e) => {
|
|
|
tab.value = e.currentIndex
|
|
|
query.value.pageNo = 1
|
|
@@ -141,7 +142,6 @@ onShow(() => {
|
|
|
const publishJobCount = ref(0)
|
|
|
const getPublishJobCount = async () => {
|
|
|
const info = await useUserStore.getUserInfos()
|
|
|
- console.log('info:', info)
|
|
|
publishJobCount.value = info?.entitlement?.publishJobCount - 0 || 0
|
|
|
}
|
|
|
|
|
@@ -179,7 +179,7 @@ const handleClickAdd = () => {
|
|
|
showAuthModal()
|
|
|
return
|
|
|
}
|
|
|
- uni.navigateTo({ url: '/pagesB/positionAdd/index' })
|
|
|
+ uni.navigateTo({ url: '/pagesB/positionAdd/select' })
|
|
|
}
|
|
|
|
|
|
</script>
|