commit
This commit is contained in:
@@ -475,7 +475,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
if (JSON.parse(this.$route.query.item.wkfiles).length) {
|
||||||
this.fileInfoLists = JSON.parse(this.$route.query.item.wkfiles)
|
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]
|
let json = JSON.parse(this.$route.query.item.files)[0]
|
||||||
this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', {
|
this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', {
|
||||||
standId: json.standId,
|
standId: json.standId,
|
||||||
@@ -488,6 +493,9 @@ export default {
|
|||||||
}
|
}
|
||||||
}, e => {
|
}, e => {
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.options = []
|
||||||
|
}
|
||||||
this.getList()
|
this.getList()
|
||||||
this.getIdeaKey()
|
this.getIdeaKey()
|
||||||
this.getFileInfo()
|
this.getFileInfo()
|
||||||
|
|||||||
Reference in New Issue
Block a user