diff --git a/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue b/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue index ddd48928..84440c18 100644 --- a/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue +++ b/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue @@ -8,7 +8,7 @@ -->
- + {{ areaName }} 请选择 @@ -118,10 +118,6 @@ export default { } }) }, - areaSelect(e) { - this.areaId = e - this.getList() - }, showMonitor(row) { if (row.deviceStatus != 1) return uni.navigateTo({url: `./monitorDetail?id=${row.id}`})