|
|
@@ -170,7 +170,10 @@ export default Vue.extend({
|
|
|
return { ...val, typeText: questionTypeToText(val.type), score: 5 }
|
|
|
})
|
|
|
this.totalNum = data.result.totalNum
|
|
|
- this.expanded = this.questions
|
|
|
+ this.expanded = []
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.expanded = this.questions
|
|
|
+ })
|
|
|
this.loading = false
|
|
|
})
|
|
|
},
|