BUG 28042

This commit is contained in:
aixianling
2022-03-04 13:59:15 +08:00
parent 4fb6e1571c
commit 49bb10278a

View File

@@ -115,7 +115,8 @@ export default {
onLoad(opt) { onLoad(opt) {
this.id = opt.id this.id = opt.id
this.$dict.load("officialDocumentName", "documentEmergencyLevel", "documentStatus", "readingStatus", "documentFlowStatus").then(() => { this.$dict.load("officialDocumentName", "documentEmergencyLevel", "documentStatus", "readingStatus", "documentFlowStatus").then(() => {
this.read() this.getDetail()
// this.read()
}) })
}, },
@@ -127,7 +128,7 @@ export default {
id: this.id id: this.id
} }
}).then(res => { }).then(res => {
if (res.code == 0) { if (res?.code == 0) {
this.$u.toast("已阅读") this.$u.toast("已阅读")
this.getDetail() this.getDetail()
} }