htc 19 giờ trước cách đây
mục cha
commit
951e83d03d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pagesHome/components/receiveList.vue

+ 1 - 1
pagesHome/components/receiveList.vue

@@ -143,7 +143,7 @@ The following statements in the assessment describe the ideal state of a team. P
 			},
 			handleKnow(){
 				uni.navigateTo({
-					url:'/pagesPublish/questionnaireFill?teamQuestionnaireId='+item.teamQuestionnaireId+'&teamId='+item.teamId+'&type='+item.type+'&turnType=questionnaire'
+					url:'/pagesPublish/questionnaireFill?teamQuestionnaireId='+this.dto.teamQuestionnaireId+'&teamId='+this.dto.teamId+'&type='+this.dto.type+'&turnType=questionnaire'
 				})
 			}
 		}