|
@@ -109,7 +109,7 @@ export default {
|
|
getOptics() {
|
|
getOptics() {
|
|
preview({ paperId: this.paperId }).then((res) => {
|
|
preview({ paperId: this.paperId }).then((res) => {
|
|
this.opticList = res.data
|
|
this.opticList = res.data
|
|
- this.$nextTick(_ => this.mxGlobal.MathQueue('question_list'))
|
|
|
|
|
|
+ setTimeout(_ => this.mxGlobal.MathQueue('question_list'))
|
|
})
|
|
})
|
|
},
|
|
},
|
|
async handleParseVisible(item) {
|
|
async handleParseVisible(item) {
|