@@ -321,6 +321,7 @@ export default {
this.queryQuestions()
},
async queryQuestions() {
+ if (!this.currentNode) return
const commit = {
pageNum: this.pageNum,
pageSize: this.pageSize,