主
@@ -25,7 +25,9 @@
{{ item.jobActivityDesc }}
- {{ item.companyName }}/{{ item.departmentName }}
+ {{ item.companyName }}/{{
+ item.departmentName
+ }}
@@ -71,7 +73,6 @@ const tagsViewStore = useTagsView()
const userInfo = ref({})
const visitedP = ref(false)
const accountList = ref([])
-const selectUserId = ref()
const router = useRouter()
onMounted(() => {
setUserInfo()
@@ -126,11 +127,13 @@ const handleLogout = () => {