From f4b3956e3ef4acdb800b3c86c271d19fbb296536 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 27 Apr 2022 10:19:43 +0800 Subject: [PATCH] 29328 --- src/apps/AppMonitoringObject/MonitorAddLog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/AppMonitoringObject/MonitorAddLog.vue b/src/apps/AppMonitoringObject/MonitorAddLog.vue index 80337646..15dc5d03 100644 --- a/src/apps/AppMonitoringObject/MonitorAddLog.vue +++ b/src/apps/AppMonitoringObject/MonitorAddLog.vue @@ -60,6 +60,7 @@ export default { getInfo() { this.$http.post(`/app/apppreventionreturntopovertylog/queryDetailById?id=${this.id}`).then(res => { if (res.code == 0) { + this.operationDesc = res.data.operationDesc this.detail = res.data.detail this.files = res.data.files || [] }