浏览代码

[feat][ai生涯访谈][list统一使用get请求]

hizhangling 1 月之前
父节点
当前提交
011ff92bb4

+ 3 - 1
src/views/xjc-integratedmachine/environment/ai_interview/ai_career_interview_chat.vue

@@ -758,7 +758,9 @@
     function getQuestionBank(){
     function getQuestionBank(){
         let form = {
         let form = {
             type: 1,
             type: 1,
-            isRecommend: 1
+            isRecommend: 1,
+            pageNum: 1,
+            pageSize: 10000
         }
         }
         getQuestionBankList(form).then(resp => {
         getQuestionBankList(form).then(resp => {
             questionBankList.value = resp.rows
             questionBankList.value = resp.rows