@@ -30,11 +30,12 @@ import Snackbar from '@/plugins/snackbar'
const total = ref(0)
const items = ref([])
+const info = localStorage.getItem('baseInfo') ? JSON.parse(localStorage.getItem('baseInfo')) : {}
const page = ref({
pageNo: 1,
- pageSize: 20
+ pageSize: 20,
+ userId: info?.userId ?? ''
})
-const info = localStorage.getItem('baseInfo') ? JSON.parse(localStorage.getItem('baseInfo')) : {}
// 获取已投递职位列表