From e6b340cc9e7715b2abbdf2df2fff4e22a7902f6e Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期三, 04 六月 2025 13:36:07 +0800 Subject: [PATCH] fix: 回填 --- pages/aiQuestions/aiQuestions.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/aiQuestions/aiQuestions.vue b/pages/aiQuestions/aiQuestions.vue index c3e4c7e..5ecda57 100644 --- a/pages/aiQuestions/aiQuestions.vue +++ b/pages/aiQuestions/aiQuestions.vue @@ -385,6 +385,10 @@ this.appId = options.id || 1 this.userId = options.userId || 1 // this.toCheck(this.appId) + console.log(options) + if(options.knowId) { + this.knowIds = options.knowId.split(',') + } this.openRecord(); this.getDetails() this.getTalkList(); -- Gitblit v1.9.1