ソースを参照

个人中心-已投递:添加userId参数

Xiao_123 2 ヶ月 前
コミット
0d83f6a103

+ 3 - 2
src/views/recruit/personal/PersonalCenter/jobFeedback/components/delivery.vue

@@ -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')) : {}
 
 
 // 获取已投递职位列表