diff --git a/src/views/am/blt.vue b/src/views/am/blt.vue
index 7c1e3bb7..87e857ad 100644
--- a/src/views/am/blt.vue
+++ b/src/views/am/blt.vue
@@ -164,7 +164,7 @@ export default {
//同步
async syncData() {
this.syncLoading = true;
- var res = await this.$API.third.tdevice.vchannelSync.req({});
+ var res = await this.$API.third.tdevice.bltSync.req({});
this.$refs.table.refresh();
this.syncLoading = false;
},
diff --git a/src/views/ecm/event.vue b/src/views/ecm/event.vue
index e2fec50d..f9fd218d 100644
--- a/src/views/ecm/event.vue
+++ b/src/views/ecm/event.vue
@@ -1,15 +1,48 @@
-
-
- {{item.name}}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
- {{item.name}}
+
+ {{ item.name }}
-
+
@@ -63,9 +100,13 @@
-
-
-
+
+
@@ -83,24 +124,26 @@
否
-
+
- 查看
- 处理
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
{
+ this.cateOptions = res;
+ });
+ },
+ getAreaOptions() {
+ this.$API.am.area.list.req({page: 0}).then(res=>{
+ this.areaOptions = res;
+ })
+ },
//查看
table_show(row) {
this.$router.push({