WXL
2024-07-29 b5f603e902373dc01a336923a30cce3802d6ce27
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;