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 || [] }