BUG 28042
This commit is contained in:
@@ -115,7 +115,8 @@ export default {
|
||||
onLoad(opt) {
|
||||
this.id = opt.id
|
||||
this.$dict.load("officialDocumentName", "documentEmergencyLevel", "documentStatus", "readingStatus", "documentFlowStatus").then(() => {
|
||||
this.read()
|
||||
this.getDetail()
|
||||
// this.read()
|
||||
})
|
||||
},
|
||||
|
||||
@@ -127,7 +128,7 @@ export default {
|
||||
id: this.id
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
if (res?.code == 0) {
|
||||
this.$u.toast("已阅读")
|
||||
this.getDetail()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user