WXL
2025-04-11 ee8f1a0138b4b7de2389e31d2eb186167a1548f7
src/views/knowledge/questionbank/particulars/index.vue
@@ -868,13 +868,14 @@
    // 获取数据
    getissueinfo() {
      this.id = this.$route.query.id;
      if (this.$route.query.categoryid) {
        this.topicobj.categoryid = Number(this.$route.query.categoryid);
      }
      // 分类
      getissueclassify({}).then((res) => {
        this.classifylist = res.rows;
        if (this.$route.query.categoryid) {
        this.topicobj.categoryid = Number(this.$route.query.categoryid);
      }
      });
      if (!this.id) {
        return;