阅片页面FDG-PET评估更改
parent
59543a383c
commit
c8e7645fa5
|
@ -2135,7 +2135,7 @@ export default {
|
||||||
},
|
},
|
||||||
async receiveMsg(event) {
|
async receiveMsg(event) {
|
||||||
if (event.data.type === 'readingPageUpdate') {
|
if (event.data.type === 'readingPageUpdate') {
|
||||||
this.$refs['questions'].initList()
|
// this.$refs['questions'].initList()
|
||||||
this.$refs['tableQuestions'].initList()
|
this.$refs['tableQuestions'].initList()
|
||||||
this.isLocate = true
|
this.isLocate = true
|
||||||
// await this.getAnnotations()
|
// await this.getAnnotations()
|
||||||
|
|
Loading…
Reference in New Issue