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;