This commit is contained in:
zhutianqi
2021-12-21 14:13:10 +08:00
parent 20edc0acfa
commit e53f550e2f
@@ -475,7 +475,12 @@ export default {
}
},
mounted() {
if (JSON.parse(this.$route.query.item.wkfiles).length) {
this.fileInfoLists = JSON.parse(this.$route.query.item.wkfiles)
} else {
this.fileInfoLists = []
}
if (JSON.parse(this.$route.query.item.files).length) {
let json = JSON.parse(this.$route.query.item.files)[0]
this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', {
standId: json.standId,
@@ -488,6 +493,9 @@ export default {
}
}, e => {
})
} else {
this.options = []
}
this.getList()
this.getIdeaKey()
this.getFileInfo()