Browse Source

页码跳转

hbchen 1 year ago
parent
commit
6f9f7f62f2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/custom_manage/etaTrialList/textQuestionDetail.vue

+ 4 - 0
src/views/custom_manage/etaTrialList/textQuestionDetail.vue

@@ -74,6 +74,10 @@ import{etaTrialInterence}from '@/api/modules/crmApi.js';
         // this.$router.push('/questionnaireSurvey')
         // this.$router.push('/questionnaireSurvey')
         this.$router.back()
         this.$router.back()
       },
       },
+      pageChange(page_no){
+        this.detailDataSearchP.CurrentIndex = page_no
+        this.getDetailList()
+      }
     },
     },
     created(){
     created(){
       this.quesitonTitle = this.$route.query.question
       this.quesitonTitle = this.$route.query.question