diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue
index 6bd1bf89..f66c1240 100644
--- a/src/apps/AppMonitoringObject/Detail.vue
+++ b/src/apps/AppMonitoringObject/Detail.vue
@@ -196,8 +196,8 @@
{{ item.detail }}
-
-
+
diff --git a/src/apps/AppMonitoringObject/MonitorAddLog.vue b/src/apps/AppMonitoringObject/MonitorAddLog.vue
index ddc4c6b2..781a39d9 100644
--- a/src/apps/AppMonitoringObject/MonitorAddLog.vue
+++ b/src/apps/AppMonitoringObject/MonitorAddLog.vue
@@ -13,7 +13,7 @@
(最多9张)
提交
@@ -27,7 +27,7 @@ export default {
return {
detail: '',
pid: '',
- filies: []
+ files: []
}
},
@@ -47,7 +47,7 @@ export default {
}
this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {
detail: this.detail,
- filies: this.filies,
+ files: this.files,
pid: this.pid,
}).then(res => {
if (res.code === 0) {
diff --git a/src/apps/AppPovertyHome/AppPovertyHome.vue b/src/apps/AppPovertyHome/AppPovertyHome.vue
index 6906f8b2..f5cd8808 100644
--- a/src/apps/AppPovertyHome/AppPovertyHome.vue
+++ b/src/apps/AppPovertyHome/AppPovertyHome.vue
@@ -5,7 +5,7 @@
监测对象
-