在未完成阅片时,退出阅片页面,再次进入阅片页面时,计算问题,对应的因数问题有值,但是计算问题没有计算值
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
45c22dd926
commit
aa8793fab1
|
@ -367,6 +367,7 @@ export default {
|
|||
// if (!v[this.question.Id] || !oldv[this.question.Id]) return
|
||||
// } catch (e) {
|
||||
// }
|
||||
this.formItemNumberChange(this.question.Id, false)
|
||||
try {
|
||||
if (!v || !v[this.question.Id] || !oldv || !oldv[this.question.Id])
|
||||
return
|
||||
|
@ -376,7 +377,6 @@ export default {
|
|||
if (this.question.Type === 'class') {
|
||||
this.$emit("setFormItemData", { key: this.question.Id, val: v[this.question.Id], question: v })
|
||||
}
|
||||
this.formItemNumberChange(this.question.Id, false)
|
||||
}
|
||||
},
|
||||
readingTaskState: {
|
||||
|
|
Loading…
Reference in New Issue