From 49bb10278a2bd662e0b2fa6a4fde206d317d1454 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 4 Mar 2022 13:59:15 +0800 Subject: [PATCH] BUG 28042 --- src/project/shandong10086/AppDocumentFlow/detail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/project/shandong10086/AppDocumentFlow/detail.vue b/src/project/shandong10086/AppDocumentFlow/detail.vue index 2cbc6361..91ca3741 100644 --- a/src/project/shandong10086/AppDocumentFlow/detail.vue +++ b/src/project/shandong10086/AppDocumentFlow/detail.vue @@ -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() }