src/views/knowledge/questionbank/particulars/index.vue
@@ -647,6 +647,12 @@ }); }, gettargetInfo() { if (!this.topicobj.scriptType) { this.$message({ message: "请先选择题目类型", type: "error", }); } this.queryParams.scriptType = this.topicobj.scriptType; gettargetInfo(this.queryParams).then((res) => { this.targetList = res.rows;