src/views/repositoryai/templateku/configurat/index.vue
@@ -1197,7 +1197,7 @@ this.getaddtopiclist(); }, getaddtopiclist() { console.log(11); console.log(12); this.drawer = true; getverbaltricklist(this.queryParams).then((res) => { this.loading = false; @@ -1236,11 +1236,12 @@ this.topicobj = row; } else { getverbaltrick({ id: row.id }).then((res) => { if (res.code == 200) { if (res.data) { this.topicobj = res.data; console.log(res.data, "topicobj"); } else { console.log("没找到"); this.topicobj = row; console.log("没找到选项,请查看问题库是否正确配置"); } }); }